#F9EFD2

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

Shades of Half Dutch White #F9EFD2

Tints of Half Dutch White #F9EFD2

Color information

#F9EFD2 (or 0xF9EFD2) is unknown color: approx Half Dutch White. HEX triplet: F9, EF and D2. RGB value is (249,239,210). Sum of RGB (Red+Green+Blue) = 249+239+210=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFD2 is #06102D. Grayscale: #EEEEEE. Windows color (decimal): -397358 or 13823993. OLE color: 13823993.

HSL color Cylindrical-coordinate representation of color #F9EFD2: hue angle of 44.62º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9EFD2 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249239210-
CMYK00.040.160.02
HSL44.62º76.47%90%-
HSV(B)44.62º15.66%97.65%-
XYZ81.5786.5373.37-
YUV238.68111.81135.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.67%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=35.67%
G=34.24%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923921000.040.160.0244.6276.4790
HexF9EFD2041022d4c5a
Octal3713573220420255114132
Binary1111100111101111110100100100100001010110110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFD2; }

 p { color: rgb(249,239,210); }

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

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

 a { background-color: rgb(249,239,210); }

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

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

 span { border-color: rgb(249,239,210); }

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