Html Css Color HEX #FAE8D8 Serenade

📋 copy color: '#FAE8D8'

red 250 ◦ green 232 ◦ blue 216

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

Shades of Serenade #FAE8D8

Tints of Serenade #FAE8D8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.24%

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

R = 35.82%
G = 33.24%
B = 30.95%

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

#FAE8D8 (or 0xFAE8D8) is known color: Serenade. HEX triplet: FA, E8 and D8. RGB value is (250,232,216). Sum of RGB (Red+Green+Blue) = 250+232+216=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D8 is #051727. Grayscale: #EBEBEB. Windows color (decimal): -333608 or 14215418. OLE color: 14215418.

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

Color convert

RGB 250 232 216 -
CMYK 0 0.07 0.14 0.02
HSL 28.24º 0.77% 0.91% -
HSV(B) 28.24º 0.14% 0.98% -
XYZ 80.68 83 76.73 -
YUV 235.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 250 232 216 0 0.07 0.14 0.02 28.24 0.77 0.91
Hex FA E8 D8 0 7 E 2 1C 4D 5B
Octal 372 350 330 0 7 16 2 34 115 133
Binary 11111010 11101000 11011000 0 111 1110 10 11100 1001101 1011011

Color Harmonies of #FAE8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8D8

Black with #FAE8D8

Text Example


Text Example

White with #FAE8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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