#F8EDD2

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

Shades of Half Dutch White #F8EDD2

Tints of Half Dutch White #F8EDD2

Color information

#F8EDD2 (or 0xF8EDD2) is unknown color: approx Half Dutch White. HEX triplet: F8, ED and D2. RGB value is (248,237,210). Sum of RGB (Red+Green+Blue) = 248+237+210=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDD2 is #07122D. Grayscale: #EDEDED. Windows color (decimal): -463406 or 13823480. OLE color: 13823480.

HSL color Cylindrical-coordinate representation of color #F8EDD2: hue angle of 42.63º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8EDD2 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248237210-
CMYK00.040.150.03
HSL42.63º73.08%89.8%-
HSV(B)42.63º15.32%97.25%-
XYZ80.6385.1873.16-
YUV237.21112.64135.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.68%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 210 (82.42% from 255) = 30.22%
R=35.68%
G=34.10%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823721000.040.150.0342.6373.0889.8
HexF8EDD204F32b495a
Octal3703553220417353111132
Binary111110001110110111010010010011111110101110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDD2; }

 p { color: rgb(248,237,210); }

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

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

 a { background-color: rgb(248,237,210); }

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

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

 span { border-color: rgb(248,237,210); }

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