Html Css Color HEX #FAE9D9 Serenade

📋 copy color: '#FAE9D9'

red 250 ◦ green 233 ◦ blue 217

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

Shades of Serenade #FAE9D9

Tints of Serenade #FAE9D9

RGB

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

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

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

R = 35.71%
G = 33.29%
B = 31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAE9D9 (or 0xFAE9D9) is known color: Serenade. HEX triplet: FA, E9 and D9. RGB value is (250,233,217). Sum of RGB (Red+Green+Blue) = 250+233+217=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9D9 is #051626. Grayscale: #ECECEC. Windows color (decimal): -333351 or 14281210. OLE color: 14281210.

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

Color convert

RGB 250 233 217 -
CMYK 0 0.07 0.13 0.02
HSL 29.09º 0.77% 0.92% -
HSV(B) 29.09º 0.13% 0.98% -
XYZ 81.09 83.61 77.51 -
YUV 236.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 250 233 217 0 0.07 0.13 0.02 29.09 0.77 0.92
Hex FA E9 D9 0 7 D 2 1D 4D 5C
Octal 372 351 331 0 7 15 2 35 115 134
Binary 11111010 11101001 11011001 0 111 1101 10 11101 1001101 1011100

Color Harmonies of #FAE9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9D9

Black with #FAE9D9

Text Example


Text Example

White with #FAE9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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