#FCF5DC

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

Shades of Off Yellow #FCF5DC

Tints of Off Yellow #FCF5DC

Color information

#FCF5DC (or 0xFCF5DC) is unknown color: approx Off Yellow. HEX triplet: FC, F5 and DC. RGB value is (252,245,220). Sum of RGB (Red+Green+Blue) = 252+245+220=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DC is #030A23. Grayscale: #F4F4F4. Windows color (decimal): -199204 or 14480892. OLE color: 14480892.

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

Color convert

RGB252245220-
CMYK00.030.130.01
HSL46.88º84.21%92.55%-
HSV(B)46.88º12.7%98.82%-
XYZ85.7291.1780.79-
YUV244.24114.32133.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=35.15%
G=34.17%
B=30.68%

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
Decimal25224522000.030.130.0146.8884.2192.55
HexFCF5DC03D12f545d
Octal3743653340315157124135
Binary1111110011110101110111000111101110111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5DC; }

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

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

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

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

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

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

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

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