#FCF4DC

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

Shades of Off Yellow #FCF4DC

Tints of Off Yellow #FCF4DC

Color information

#FCF4DC (or 0xFCF4DC) is unknown color: approx Off Yellow. HEX triplet: FC, F4 and DC. RGB value is (252,244,220). Sum of RGB (Red+Green+Blue) = 252+244+220=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4DC is #030B23. Grayscale: #F3F3F3. Windows color (decimal): -199460 or 14480636. OLE color: 14480636.

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

Color convert

RGB252244220-
CMYK00.030.130.01
HSL45º84.21%92.55%-
HSV(B)45º12.7%98.82%-
XYZ85.4190.5680.69-
YUV243.66114.65133.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 244 (95.70% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 30.73%
R=35.20%
G=34.08%
B=30.73%

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
Decimal25224422000.030.130.014584.2192.55
HexFCF4DC03D12d545d
Octal3743643340315155124135
Binary1111110011110100110111000111101110110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4DC; }

 p { color: rgb(252,244,220); }

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

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

 a { background-color: rgb(252,244,220); }

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

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

 span { border-color: rgb(252,244,220); }

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