#FAEFD6

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

Shades of Half Dutch White #FAEFD6

Tints of Half Dutch White #FAEFD6

Color information

#FAEFD6 (or 0xFAEFD6) is unknown color: approx Half Dutch White. HEX triplet: FA, EF and D6. RGB value is (250,239,214). Sum of RGB (Red+Green+Blue) = 250+239+214=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD6 is #051029. Grayscale: #EFEFEF. Windows color (decimal): -331818 or 14086138. OLE color: 14086138.

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

Color convert

RGB250239214-
CMYK00.040.140.02
HSL41.67º78.26%90.98%-
HSV(B)41.67º14.4%98.04%-
XYZ82.4386.9176.05-
YUV239.44113.64135.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 214 (83.98% from 255) = 30.44%
R=35.56%
G=34.00%
B=30.44%

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
Decimal25023921400.040.140.0241.6778.2690.98
HexFAEFD604E22a4e5b
Octal3723573260416252116133
Binary111110101110111111010110010011101010101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFD6; }

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

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

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

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

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

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

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

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