#FAEFD4

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

Shades of Half Dutch White #FAEFD4

Tints of Half Dutch White #FAEFD4

Color information

#FAEFD4 (or 0xFAEFD4) is unknown color: approx Half Dutch White. HEX triplet: FA, EF and D4. RGB value is (250,239,212). Sum of RGB (Red+Green+Blue) = 250+239+212=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD4 is #05102B. Grayscale: #EFEFEF. Windows color (decimal): -331820 or 13955066. OLE color: 13955066.

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

Color convert

RGB250239212-
CMYK00.040.150.02
HSL42.63º79.17%90.59%-
HSV(B)42.63º15.2%98.04%-
XYZ82.1786.8174.71-
YUV239.21112.64135.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 212 (83.20% from 255) = 30.24%
R=35.66%
G=34.09%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023921200.040.150.0242.6379.1790.59
HexFAEFD404F22b4f5b
Octal3723573240417253117133
Binary111110101110111111010100010011111010101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFD4; }

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

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

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

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

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

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

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

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