Html Css Color HEX #FAEFD6 Half Dutch White

📋 copy color: '#FAEFD6'

red 250 ◦ green 239 ◦ blue 214

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

Shades of Half Dutch White #FAEFD6

Tints of Half Dutch White #FAEFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.44%

R = 35.56%
G = 34%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

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

RGB 250 239 214 -
CMYK 0 0.04 0.14 0.02
HSL 41.67º 0.78% 0.91% -
HSV(B) 41.67º 0.14% 0.98% -
XYZ 82.43 86.91 76.05 -
YUV 239.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 250 239 214 0 0.04 0.14 0.02 41.67 0.78 0.91
Hex FA EF D6 0 4 E 2 2A 4E 5B
Octal 372 357 326 0 4 16 2 52 116 133
Binary 11111010 11101111 11010110 0 100 1110 10 101010 1001110 1011011

Color Harmonies of #FAEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFD6

Black with #FAEFD6

Text Example


Text Example

White with #FAEFD6

Text Example


Text Example

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