#FCF4DA

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

Shades of Off Yellow #FCF4DA

Tints of Off Yellow #FCF4DA

Color information

#FCF4DA (or 0xFCF4DA) is unknown color: approx Off Yellow. HEX triplet: FC, F4 and DA. RGB value is (252,244,218). Sum of RGB (Red+Green+Blue) = 252+244+218=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4DA is #030B25. Grayscale: #F3F3F3. Windows color (decimal): -199462 or 14349564. OLE color: 14349564.

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

Color convert

RGB252244218-
CMYK00.030.130.01
HSL45.88º85%92.16%-
HSV(B)45.88º13.49%98.82%-
XYZ85.1590.4679.3-
YUV243.43113.65134.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 218 (85.55% from 255) = 30.53%
R=35.29%
G=34.17%
B=30.53%

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
Decimal25224421800.030.130.0145.888592.16
HexFCF4DA03D12e555c
Octal3743643320315156125134
Binary1111110011110100110110100111101110111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4DA; }

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

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

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

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

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

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

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

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