Color Hex Logo

#fbccaf Color Hex

#FBCCAF
(251,204,175)
0 Favorites   0 Comments

Color spaces of #fbccaf

RGB 251204175
HSL0.060.900.84
HSV23°30°98°
CMYK 0.000.190.30   0.02
XYZ69.114466.790149.8065
Yxy66.79010.37220.3596
Hunter Lab81.72527.937021.0740
CIE-Lab85.397812.561520.7229

#fbccaf color RGB value is (251,204,175).

#fbccaf hex color red value is 251, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fbccaf hue: 0.06 , saturation: 0.90 and the lightness value of fbccaf is 0.84.

The process color (four color CMYK) of #fbccaf color hex is 0.00, 0.19, 0.30, 0.02. Web safe color of #fbccaf is #ffcc99. Color #fbccaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 10101111
Octal 373 314 257
Decimal 251 204 175
Hex FB CC AF

RGB Percentages of Color #fbccaf

%39.84
%32.38
%27.78

CMYK Percentages of Color #fbccaf

%0
%19
%30
%2

Triadic Colors of #fbccaf

#fbccaf #affbcc #ccaffb

Analogous Colors of #fbccaf

#fbccaf #fbf2af #fbafb8

Monochromatic Colors of #fbccaf

#fbccaf

Complementary Color

#fbccaf #afdefb

#fbccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccaf Color CSS Codes

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

#fbccaf Text Font Color

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

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


#fbccaf Background Color

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

This div background color is #fbccaf


#fbccaf Border Color

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

This div border color is #fbccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccaf

Related Colors


Comments

No comments written yet.

Please login to write comment.