#FCF1D9

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

Shades of Half Dutch White #FCF1D9

Tints of Half Dutch White #FCF1D9

Color information

#FCF1D9 (or 0xFCF1D9) is unknown color: approx Half Dutch White. HEX triplet: FC, F1 and D9. RGB value is (252,241,217). Sum of RGB (Red+Green+Blue) = 252+241+217=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 217 (85.16% from 255 or 30.56% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1D9 is #030E26. Grayscale: #F1F1F1. Windows color (decimal): -200231 or 14283260. OLE color: 14283260.

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

Color convert

RGB252241217-
CMYK00.040.140.01
HSL41.14º85.37%91.96%-
HSV(B)41.14º13.89%98.82%-
XYZ84.1288.6278.32-
YUV241.55114.14135.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 241 (94.53% from 255) = 33.94%
BLUE value IS 217 (85.16% from 255) = 30.56%
R=35.49%
G=33.94%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224121700.040.140.0141.1485.3791.96
HexFCF1D904E129555c
Octal3743613310416151125134
Binary11111100111100011101100101001110110100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1D9; }

 p { color: rgb(252,241,217); }

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

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

 a { background-color: rgb(252,241,217); }

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

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

 span { border-color: rgb(252,241,217); }

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