#FCF5E0

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

Shades of Off Yellow #FCF5E0

Tints of Off Yellow #FCF5E0

Color information

#FCF5E0 (or 0xFCF5E0) is unknown color: approx Off Yellow. HEX triplet: FC, F5 and E0. RGB value is (252,245,224). Sum of RGB (Red+Green+Blue) = 252+245+224=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5E0 is #030A1F. Grayscale: #F4F4F4. Windows color (decimal): -199200 or 14743036. OLE color: 14743036.

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

Color convert

RGB252245224-
CMYK00.030.110.01
HSL45º82.35%93.33%-
HSV(B)45º11.11%98.82%-
XYZ86.2591.3883.61-
YUV244.7116.32133.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 245 (96.09% from 255) = 33.98%
BLUE value IS 224 (87.89% from 255) = 31.07%
R=34.95%
G=33.98%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224522400.030.110.014582.3593.33
HexFCF5E003B12d525d
Octal3743653400313155122135
Binary1111110011110101111000000111011110110110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5E0; }

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

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

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

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

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

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

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

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