Color Hex Logo

#fbcaf6 Color Hex

#FBCAF6
(251,202,246)
0 Favorites   0 Comments

Color spaces of #fbcaf6

RGB 251202246
HSL0.850.860.89
HSV306°20°98°
CMYK 0.000.200.02   0.02
XYZ77.538769.404196.4984
Yxy69.40410.31850.2851
Hunter Lab83.309120.3452-10.3602
CIE-Lab86.703824.5048-15.0346

#fbcaf6 color RGB value is (251,202,246).

#fbcaf6 hex color red value is 251, green value is 202 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fbcaf6 hue: 0.85 , saturation: 0.86 and the lightness value of fbcaf6 is 0.89.

The process color (four color CMYK) of #fbcaf6 color hex is 0.00, 0.20, 0.02, 0.02. Web safe color of #fbcaf6 is #ffccff. Color #fbcaf6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11110110
Octal 373 312 366
Decimal 251 202 246
Hex FB CA F6

RGB Percentages of Color #fbcaf6

%35.91
%28.90
%35.19

CMYK Percentages of Color #fbcaf6

%0
%20
%2
%2

Triadic Colors of #fbcaf6

#fbcaf6 #f6fbca #caf6fb

Analogous Colors of #fbcaf6

#fbcaf6 #fbcade #e8cafb

Monochromatic Colors of #fbcaf6

#fbcaf6

Complementary Color

#fbcaf6 #cafbcf

#fbcaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaf6 Color CSS Codes

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

#fbcaf6 Text Font Color

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

This sample text font color is #fbcaf6
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.


#fbcaf6 Background Color

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

This div background color is #fbcaf6


#fbcaf6 Border Color

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

This div border color is #fbcaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.