#FCF0D4

Color #FCF0D4 Half Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Dutch White #FCF0D4

Tints of Half Dutch White #FCF0D4

Color information

#FCF0D4 (or 0xFCF0D4) is unknown color: approx Half Dutch White. HEX triplet: FC, F0 and D4. RGB value is (252,240,212). Sum of RGB (Red+Green+Blue) = 252+240+212=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D4 is #030F2B. Grayscale: #F0F0F0. Windows color (decimal): -200492 or 13955324. OLE color: 13955324.

HSL color Cylindrical-coordinate representation of color #FCF0D4: hue angle of 42º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCF0D4 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252240212-
CMYK00.050.160.01
HSL42º86.96%90.98%-
HSV(B)42º15.87%98.82%-
XYZ83.1987.7774.84-
YUV240.4111.98136.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 240 (94.14% from 255) = 34.09%
BLUE value IS 212 (83.20% from 255) = 30.11%
R=35.80%
G=34.09%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224021200.050.160.014286.9690.98
HexFCF0D4051012a575b
Octal3743603240520152127133
Binary111111001111000011010100010110000110101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0D4; }

 p { color: rgb(252,240,212); }

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

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

 a { background-color: rgb(252,240,212); }

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

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

 span { border-color: rgb(252,240,212); }

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