#FCF5DE

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

Shades of Off Yellow #FCF5DE

Tints of Off Yellow #FCF5DE

Color information

#FCF5DE (or 0xFCF5DE) is unknown color: approx Off Yellow. HEX triplet: FC, F5 and DE. RGB value is (252,245,222). Sum of RGB (Red+Green+Blue) = 252+245+222=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 222 (87.11% from 255 or 30.88% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DE is #030A21. Grayscale: #F4F4F4. Windows color (decimal): -199202 or 14611964. OLE color: 14611964.

HSL color Cylindrical-coordinate representation of color #FCF5DE: hue angle of 46º 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 #FCF5DE is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252245222-
CMYK00.030.120.01
HSL46º83.33%92.94%-
HSV(B)46º11.9%98.82%-
XYZ85.9891.2782.19-
YUV244.47115.32133.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 222 (87.11% from 255) = 30.88%
R=35.05%
G=34.08%
B=30.88%

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
Decimal25224522200.030.120.014683.3392.94
HexFCF5DE03C12e535d
Octal3743653360314156123135
Binary1111110011110101110111100111100110111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5DE; }

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

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

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

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

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

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

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

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