#FCF5DB

Color #FCF5DB Off Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Yellow #FCF5DB

Tints of Off Yellow #FCF5DB

Color information

#FCF5DB (or 0xFCF5DB) is unknown color: approx Off Yellow. HEX triplet: FC, F5 and DB. RGB value is (252,245,219). Sum of RGB (Red+Green+Blue) = 252+245+219=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DB is #030A24. Grayscale: #F4F4F4. Windows color (decimal): -199205 or 14415356. OLE color: 14415356.

HSL color Cylindrical-coordinate representation of color #FCF5DB: hue angle of 47.27º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF5DB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252245219-
CMYK00.030.130.01
HSL47.27º84.62%92.35%-
HSV(B)47.27º13.1%98.82%-
XYZ85.5891.1180.09-
YUV244.13113.82133.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 219 (85.94% from 255) = 30.59%
R=35.20%
G=34.22%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224521900.030.130.0147.2784.6292.35
HexFCF5DB03D12f555c
Octal3743653330315157125134
Binary1111110011110101110110110111101110111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5DB; }

 p { color: rgb(252,245,219); }

 H1.HeaderClassName
 {
   color: #FCF5DB;
 }
 .AnyTagClassName
 {
   color: #FCF5DB;
 }
</style>
background-color css

<style>
 a { background-color: #FCF5DB; }

 a { background-color: rgb(252,245,219); }

 div.DivClassName
 {
   background-color: #FCF5DB;
 }
 .BgClassName
 {
   background-color: #FCF5DB;
 }
</style>
border-color css

<style>
 span { border-color: #FCF5DB; }

 span { border-color: rgb(252,245,219); }

 td.TdClassName
 {
   border-color: #FCF5DB;
 }
 .TagClassName
 {
   border-color: #FCF5DB;
 }
</style>