#F8EDD5

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

Shades of Half Dutch White #F8EDD5

Tints of Half Dutch White #F8EDD5

Color information

#F8EDD5 (or 0xF8EDD5) is unknown color: approx Half Dutch White. HEX triplet: F8, ED and D5. RGB value is (248,237,213). Sum of RGB (Red+Green+Blue) = 248+237+213=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDD5 is #07122A. Grayscale: #EDEDED. Windows color (decimal): -463403 or 14020088. OLE color: 14020088.

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

Color convert

RGB248237213-
CMYK00.040.140.03
HSL41.14º71.43%90.39%-
HSV(B)41.14º14.11%97.25%-
XYZ81.0185.3375.15-
YUV237.55114.14135.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.53%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 213 (83.59% from 255) = 30.52%
R=35.53%
G=33.95%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823721300.040.140.0341.1471.4390.39
HexF8EDD504E329475a
Octal3703553250416351107132
Binary111110001110110111010101010011101110100110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDD5; }

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

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

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

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

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

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

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

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