Html Css Color HEX #FAEFD9 Half Dutch White

📋 copy color: '#FAEFD9'

red 250 ◦ green 239 ◦ blue 217

#FAEFD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Dutch White #FAEFD9

Tints of Half Dutch White #FAEFD9

RGB

 RED value IS 250 (98.05% from 255) = 35.41%

 GREEN value IS 239 (93.75% from 255) = 33.85%

 BLUE value IS 217 (85.16% from 255) = 30.74%

R = 35.41%
G = 33.85%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAEFD9 (or 0xFAEFD9) is known color: Half Dutch White. HEX triplet: FA, EF and D9. RGB value is (250,239,217). Sum of RGB (Red+Green+Blue) = 250+239+217=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD9 is #051026. Grayscale: #EFEFEF. Windows color (decimal): -331815 or 14282746. OLE color: 14282746.

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

Color convert

RGB 250 239 217 -
CMYK 0 0.04 0.13 0.02
HSL 40º 0.77% 0.92% -
HSV(B) 40º 0.13% 0.98% -
XYZ 82.82 87.07 78.09 -
YUV 239.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 250 239 217 0 0.04 0.13 0.02 40 0.77 0.92
Hex FA EF D9 0 4 D 2 28 4D 5C
Octal 372 357 331 0 4 15 2 50 115 134
Binary 11111010 11101111 11011001 0 100 1101 10 101000 1001101 1011100

Color Harmonies of #FAEFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFD9

Black with #FAEFD9

Text Example


Text Example

White with #FAEFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFD9; }

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

 H1.HeaderClassName
 {
   color: #FAEFD9;
 }
 .AnyTagClassName
 {
   color: #FAEFD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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