Color Hex Logo

#faf3cb Color Hex

#FAF3CB
(250,243,203)
0 Favorites   0 Comments

Color spaces of #faf3cb

RGB 250243203
HSL0.140.820.89
HSV51°19°98°
CMYK 0.000.030.19   0.02
XYZ82.254488.737069.2926
Yxy88.73700.34230.3693
Hunter Lab94.2003-8.986922.3272
CIE-Lab95.4704-3.997120.1598

#faf3cb color RGB value is (250,243,203).

#faf3cb hex color red value is 250, green value is 243 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #faf3cb hue: 0.14 , saturation: 0.82 and the lightness value of faf3cb is 0.89.

The process color (four color CMYK) of #faf3cb color hex is 0.00, 0.03, 0.19, 0.02. Web safe color of #faf3cb is #ffffcc. Color #faf3cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 11001011
Octal 372 363 313
Decimal 250 243 203
Hex FA F3 CB

RGB Percentages of Color #faf3cb

%35.92
%34.91
%29.17

CMYK Percentages of Color #faf3cb

%0
%3
%19
%2

Triadic Colors of #faf3cb

#faf3cb #cbfaf3 #f3cbfa

Analogous Colors of #faf3cb

#faf3cb #eafacb #fadccb

Monochromatic Colors of #faf3cb

#faf3cb

Complementary Color

#faf3cb #cbd2fa

#faf3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf3cb Color CSS Codes

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

#faf3cb Text Font Color

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

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


#faf3cb Background Color

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

This div background color is #faf3cb


#faf3cb Border Color

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

This div border color is #faf3cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,243,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faf3cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faf3cb;
  -webkit-box-shadow: 1px 1px 3px 2px #faf3cb;
  box-shadow:         1px 1px 3px 2px #faf3cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,243,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf3cb


Comments

No comments written yet.

Please login to write comment.