Html Css Color HEX #FAEFD5 Half Dutch White

📋 copy color: '#FAEFD5'

red 250 ◦ green 239 ◦ blue 213

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

Shades of Half Dutch White #FAEFD5

Tints of Half Dutch White #FAEFD5

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 value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAEFD5 (or 0xFAEFD5) is known color: 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

RGB 250 239 213 -
CMYK 0 0.04 0.15 0.02
HSL 42.16º 0.79% 0.91% -
HSV(B) 42.16º 0.15% 0.98% -
XYZ 82.3 86.86 75.38 -
YUV 239.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 250 239 213 0 0.04 0.15 0.02 42.16 0.79 0.91
Hex FA EF D5 0 4 F 2 2A 4F 5B
Octal 372 357 325 0 4 17 2 52 117 133
Binary 11111010 11101111 11010101 0 100 1111 10 101010 1001111 1011011

Color Harmonies of #FAEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFD5

Black with #FAEFD5

Text Example


Text Example

White with #FAEFD5

Text Example


Text Example

HTML Codes & Css Web 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>