#FCF0D3

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

Shades of Half Dutch White #FCF0D3

Tints of Half Dutch White #FCF0D3

Color information

#FCF0D3 (or 0xFCF0D3) is unknown color: approx Half Dutch White. HEX triplet: FC, F0 and D3. RGB value is (252,240,211). Sum of RGB (Red+Green+Blue) = 252+240+211=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D3 is #030F2C. Grayscale: #F0F0F0. Windows color (decimal): -200493 or 13889788. OLE color: 13889788.

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

Color convert

RGB252240211-
CMYK00.050.160.01
HSL42.44º87.23%90.78%-
HSV(B)42.44º16.27%98.82%-
XYZ83.0687.7274.18-
YUV240.28111.48136.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 240 (94.14% from 255) = 34.14%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=35.85%
G=34.14%
B=30.01%

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
Decimal25224021100.050.160.0142.4487.2390.78
HexFCF0D3051012a575b
Octal3743603230520152127133
Binary111111001111000011010011010110000110101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0D3; }

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

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

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

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

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

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

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

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