Color Hex Logo

#fbcaad Color Hex

#FBCAAD
(251,202,173)
0 Favorites   0 Comments

Color spaces of #fbcaad

RGB 251202173
HSL0.060.910.83
HSV22°31°98°
CMYK 0.000.200.31   0.02
XYZ68.447065.767448.6220
Yxy65.76740.37440.3597
Hunter Lab81.09718.736421.2205
CIE-Lab84.877613.351821.0574

#fbcaad color RGB value is (251,202,173).

#fbcaad hex color red value is 251, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fbcaad hue: 0.06 , saturation: 0.91 and the lightness value of fbcaad is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 10101101
Octal 373 312 255
Decimal 251 202 173
Hex FB CA AD

RGB Percentages of Color #fbcaad

%40.10
%32.27
%27.64

CMYK Percentages of Color #fbcaad

%0
%20
%31
%2

Triadic Colors of #fbcaad

#fbcaad #adfbca #caadfb

Analogous Colors of #fbcaad

#fbcaad #fbf1ad #fbadb7

Monochromatic Colors of #fbcaad

#fbcaad

Complementary Color

#fbcaad #addefb

#fbcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaad Color CSS Codes

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

#fbcaad Text Font Color

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

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


#fbcaad Background Color

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

This div background color is #fbcaad


#fbcaad Border Color

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

This div border color is #fbcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaad

Related Colors


Comments

No comments written yet.

Please login to write comment.