#F8EFD4

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

Shades of Half Dutch White #F8EFD4

Tints of Half Dutch White #F8EFD4

Color information

#F8EFD4 (or 0xF8EFD4) is unknown color: approx Half Dutch White. HEX triplet: F8, EF and D4. RGB value is (248,239,212). Sum of RGB (Red+Green+Blue) = 248+239+212=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFD4 is #07102B. Grayscale: #EEEEEE. Windows color (decimal): -462892 or 13955064. OLE color: 13955064.

HSL color Cylindrical-coordinate representation of color #F8EFD4: hue angle of 45º degrees, saturation: 0.72, 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 #F8EFD4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248239212-
CMYK00.040.150.03
HSL45º72%90.2%-
HSV(B)45º14.52%97.25%-
XYZ81.4686.4474.68-
YUV238.61112.98134.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.48%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 212 (83.20% from 255) = 30.33%
R=35.48%
G=34.19%
B=30.33%

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
Decimal24823921200.040.150.03457290.2
HexF8EFD404F32d485a
Octal3703573240417355110132
Binary111110001110111111010100010011111110110110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFD4; }

 p { color: rgb(248,239,212); }

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

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

 a { background-color: rgb(248,239,212); }

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

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

 span { border-color: rgb(248,239,212); }

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