#FCF5DD

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

Shades of Off Yellow #FCF5DD

Tints of Off Yellow #FCF5DD

Color information

#FCF5DD (or 0xFCF5DD) is unknown color: approx Off Yellow. HEX triplet: FC, F5 and DD. RGB value is (252,245,221). Sum of RGB (Red+Green+Blue) = 252+245+221=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DD is #030A22. Grayscale: #F4F4F4. Windows color (decimal): -199203 or 14546428. OLE color: 14546428.

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

Color convert

RGB252245221-
CMYK00.030.120.01
HSL46.45º83.78%92.75%-
HSV(B)46.45º12.3%98.82%-
XYZ85.8591.2281.49-
YUV244.36114.82133.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 221 (86.72% from 255) = 30.78%
R=35.10%
G=34.12%
B=30.78%

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
Decimal25224522100.030.120.0146.4583.7892.75
HexFCF5DD03C12e545d
Octal3743653350314156124135
Binary1111110011110101110111010111100110111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5DD; }

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

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

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

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

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

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

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

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