#FAEFD8

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

Shades of Half Dutch White #FAEFD8

Tints of Half Dutch White #FAEFD8

Color information

#FAEFD8 (or 0xFAEFD8) is unknown color: approx Half Dutch White. HEX triplet: FA, EF and D8. RGB value is (250,239,216). Sum of RGB (Red+Green+Blue) = 250+239+216=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 216 (84.77% from 255 or 30.64% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD8 is #051027. Grayscale: #EFEFEF. Windows color (decimal): -331816 or 14217210. OLE color: 14217210.

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

Color convert

RGB250239216-
CMYK00.040.140.02
HSL40.59º77.27%91.37%-
HSV(B)40.59º13.6%98.04%-
XYZ82.6987.0177.4-
YUV239.67114.64135.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 216 (84.77% from 255) = 30.64%
R=35.46%
G=33.90%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023921600.040.140.0240.5977.2791.37
HexFAEFD804E2294d5b
Octal3723573300416251115133
Binary111110101110111111011000010011101010100110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFD8; }

 p { color: rgb(250,239,216); }

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

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

 a { background-color: rgb(250,239,216); }

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

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

 span { border-color: rgb(250,239,216); }

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