Html Css Color HEX #FAE9D8 Serenade

📋 copy color: '#FAE9D8'

red 250 ◦ green 233 ◦ blue 216

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

Shades of Serenade #FAE9D8

Tints of Serenade #FAE9D8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.33%

 BLUE value IS 216 (84.77% from 255) = 30.9%

R = 35.77%
G = 33.33%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAE9D8 (or 0xFAE9D8) is known color: Serenade. HEX triplet: FA, E9 and D8. RGB value is (250,233,216). Sum of RGB (Red+Green+Blue) = 250+233+216=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9D8 is #051627. Grayscale: #ECECEC. Windows color (decimal): -333352 or 14215674. OLE color: 14215674.

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

Color convert

RGB 250 233 216 -
CMYK 0 0.07 0.14 0.02
HSL 30º 0.77% 0.91% -
HSV(B) 30º 0.14% 0.98% -
XYZ 80.96 83.56 76.83 -
YUV 236.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 250 233 216 0 0.07 0.14 0.02 30 0.77 0.91
Hex FA E9 D8 0 7 E 2 1E 4D 5B
Octal 372 351 330 0 7 16 2 36 115 133
Binary 11111010 11101001 11011000 0 111 1110 10 11110 1001101 1011011

Color Harmonies of #FAE9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9D8

Black with #FAE9D8

Text Example


Text Example

White with #FAE9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9D8; }

 p { color: rgb(250,233,216); }

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

background-color css

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

 a { background-color: rgb(250,233,216); }

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

border-color css

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

 span { border-color: rgb(250,233,216); }

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