Color Hex Logo

#fbcaf1 Color Hex

#FBCAF1
(251,202,241)
0 Favorites   0 Comments

Color spaces of #fbcaf1

RGB 251202241
HSL0.870.860.89
HSV312°20°98°
CMYK 0.000.200.04   0.02
XYZ76.781469.101292.5101
Yxy69.10120.32210.2899
Hunter Lab83.127119.4012-7.7934
CIE-Lab86.554123.6237-12.6086

#fbcaf1 color RGB value is (251,202,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11110001
Octal 373 312 361
Decimal 251 202 241
Hex FB CA F1

RGB Percentages of Color #fbcaf1

%36.17
%29.11
%34.73

CMYK Percentages of Color #fbcaf1

%0
%20
%4
%2

Triadic Colors of #fbcaf1

#fbcaf1 #f1fbca #caf1fb

Analogous Colors of #fbcaf1

#fbcaf1 #fbcad9 #edcafb

Monochromatic Colors of #fbcaf1

#fbcaf1

Complementary Color

#fbcaf1 #cafbd4

#fbcaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaf1 Color CSS Codes

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

#fbcaf1 Text Font Color

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

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


#fbcaf1 Background Color

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

This div background color is #fbcaf1


#fbcaf1 Border Color

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

This div border color is #fbcaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaf1


Comments

No comments written yet.

Please login to write comment.