#FCF5DF

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

Shades of Off Yellow #FCF5DF

Tints of Off Yellow #FCF5DF

Color information

#FCF5DF (or 0xFCF5DF) is unknown color: approx Off Yellow. HEX triplet: FC, F5 and DF. RGB value is (252,245,223). Sum of RGB (Red+Green+Blue) = 252+245+223=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 223 (87.5% from 255 or 30.97% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DF is #030A20. Grayscale: #F4F4F4. Windows color (decimal): -199201 or 14677500. OLE color: 14677500.

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

Color convert

RGB252245223-
CMYK00.030.120.01
HSL45.52º82.86%93.14%-
HSV(B)45.52º11.51%98.82%-
XYZ86.1291.3382.9-
YUV244.58115.82133.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 245 (96.09% from 255) = 34.03%
BLUE value IS 223 (87.5% from 255) = 30.97%
R=35%
G=34.03%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224522300.030.120.0145.5282.8693.14
HexFCF5DF03C12e535d
Octal3743653370314156123135
Binary1111110011110101110111110111100110111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5DF; }

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

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

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

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

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

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

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

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