#FAEFD5

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

Shades of Half Dutch White #FAEFD5

Tints of Half Dutch White #FAEFD5

Color information

#FAEFD5 (or 0xFAEFD5) is unknown color: approx Half Dutch White. HEX triplet: FA, EF and D5. RGB value is (250,239,213). Sum of RGB (Red+Green+Blue) = 250+239+213=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD5 is #05102A. Grayscale: #EFEFEF. Windows color (decimal): -331819 or 14020602. OLE color: 14020602.

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

Color convert

RGB250239213-
CMYK00.040.150.02
HSL42.16º78.72%90.78%-
HSV(B)42.16º14.8%98.04%-
XYZ82.386.8675.38-
YUV239.32113.14135.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 213 (83.59% from 255) = 30.34%
R=35.61%
G=34.05%
B=30.34%

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
Decimal25023921300.040.150.0242.1678.7290.78
HexFAEFD504F22a4f5b
Octal3723573250417252117133
Binary111110101110111111010101010011111010101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFD5; }

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

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

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

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

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

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

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

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