#FCF1D3

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

Shades of Half Dutch White #FCF1D3

Tints of Half Dutch White #FCF1D3

Color information

#FCF1D3 (or 0xFCF1D3) is unknown color: approx Half Dutch White. HEX triplet: FC, F1 and D3. RGB value is (252,241,211). Sum of RGB (Red+Green+Blue) = 252+241+211=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 211 (82.81% from 255 or 29.97% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1D3 is #030E2C. Grayscale: #F1F1F1. Windows color (decimal): -200237 or 13890044. OLE color: 13890044.

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

Color convert

RGB252241211-
CMYK00.040.160.01
HSL43.9º87.23%90.78%-
HSV(B)43.9º16.27%98.82%-
XYZ83.3688.3174.28-
YUV240.87111.14135.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 241 (94.53% from 255) = 34.23%
BLUE value IS 211 (82.81% from 255) = 29.97%
R=35.80%
G=34.23%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224121100.040.160.0143.987.2390.78
HexFCF1D3041012c575b
Octal3743613230420154127133
Binary111111001111000111010011010010000110110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1D3; }

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

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

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

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

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

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

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

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