Color Hex Logo

#fbcade Color Hex

#FBCADE
(251,202,222)
0 Favorites   0 Comments

Color spaces of #fbcade

RGB 251202222
HSL0.930.860.89
HSV336°20°98°
CMYK 0.000.200.12   0.02
XYZ74.089068.024278.3323
Yxy68.02420.33610.3086
Hunter Lab82.476816.01241.4231
CIE-Lab86.018520.4244-3.3138

#fbcade color RGB value is (251,202,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11011110
Octal 373 312 336
Decimal 251 202 222
Hex FB CA DE

RGB Percentages of Color #fbcade

%37.19
%29.93
%32.89

CMYK Percentages of Color #fbcade

%0
%20
%12
%2

Triadic Colors of #fbcade

#fbcade #defbca #cadefb

Analogous Colors of #fbcade

#fbcade #fbcfca #fbcaf7

Monochromatic Colors of #fbcade

#fbcade

Complementary Color

#fbcade #cafbe7

#fbcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcade Color CSS Codes

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

#fbcade Text Font Color

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

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


#fbcade Background Color

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

This div background color is #fbcade


#fbcade Border Color

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

This div border color is #fbcade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcade

Related Colors


Comments

No comments written yet.

Please login to write comment.