#FCF0D7

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

Shades of Half Dutch White #FCF0D7

Tints of Half Dutch White #FCF0D7

Color information

#FCF0D7 (or 0xFCF0D7) is unknown color: approx Half Dutch White. HEX triplet: FC, F0 and D7. RGB value is (252,240,215). Sum of RGB (Red+Green+Blue) = 252+240+215=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 215 (84.38% from 255 or 30.41% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D7 is #030F28. Grayscale: #F0F0F0. Windows color (decimal): -200489 or 14151932. OLE color: 14151932.

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

Color convert

RGB252240215-
CMYK00.050.150.01
HSL40.54º86.05%91.57%-
HSV(B)40.54º14.68%98.82%-
XYZ83.5787.9276.86-
YUV240.74113.48136.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 215 (84.38% from 255) = 30.41%
R=35.64%
G=33.95%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224021500.050.150.0140.5486.0591.57
HexFCF0D705F129565c
Octal3743603270517151126134
Binary11111100111100001101011101011111110100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0D7; }

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

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

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

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

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

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

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

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