Color Hex Logo

#fb6acf Color Hex

#FB6ACF
(251,106,207)
0 Favorites   0 Comments

Color spaces of #fb6acf

RGB 251106207
HSL0.880.950.70
HSV318°58°98°
CMYK 0.000.580.18   0.02
XYZ56.200235.322362.8873
Yxy35.32230.36400.2288
Hunter Lab59.432664.7849-21.1336
CIE-Lab65.998866.2222-25.1802

#fb6acf color RGB value is (251,106,207).

#fb6acf hex color red value is 251, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fb6acf hue: 0.88 , saturation: 0.95 and the lightness value of fb6acf is 0.70.

The process color (four color CMYK) of #fb6acf color hex is 0.00, 0.58, 0.18, 0.02. Web safe color of #fb6acf is #ff66cc. Color #fb6acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11001111
Octal 373 152 317
Decimal 251 106 207
Hex FB 6A CF

RGB Percentages of Color #fb6acf

%44.50
%18.79
%36.70

CMYK Percentages of Color #fb6acf

%0
%58
%18
%2

Triadic Colors of #fb6acf

#fb6acf #cffb6a #6acffb

Analogous Colors of #fb6acf

#fb6acf #fb6a87 #df6afb

Monochromatic Colors of #fb6acf

#fb6acf

Complementary Color

#fb6acf #6afb96

#fb6acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6acf Color CSS Codes

.mybgcolor {background-color:#fb6acf; } 
.myforecolor {color:#fb6acf; }
.mybordercolor {border:3px solid #fb6acf; }

#fb6acf Text Font Color

<p style="color:#fb6acf">Text here</p>

This sample text font color is #fb6acf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fb6acf Background Color

<div style="background-color:#fb6acf">
Div content here</div>

This div background color is #fb6acf


#fb6acf Border Color

<div style="border:3px solid #fb6acf">
Div here</div>

This div border color is #fb6acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,106,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb6acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb6acf;
  -webkit-box-shadow: 1px 1px 3px 2px #fb6acf;
  box-shadow:         1px 1px 3px 2px #fb6acf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,106,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb6acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fb6acf;
  -webkit-box-shadow: 1px 1px 3px 2px #fb6acf;
  box-shadow:         1px 1px 3px 2px #fb6acf;">
Div content here</div>

This div box has shadow with color #fb6acf


Comments

No comments written yet.

Please login to write comment.