Html Css Color HEX #FAE5D2 Serenade

📋 copy color: '#FAE5D2'

red 250 ◦ green 229 ◦ blue 210

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

Shades of Serenade #FAE5D2

Tints of Serenade #FAE5D2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.24%

 BLUE value IS 210 (82.42% from 255) = 30.48%

R = 36.28%
G = 33.24%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAE5D2 (or 0xFAE5D2) is known color: Serenade. HEX triplet: FA, E5 and D2. RGB value is (250,229,210). Sum of RGB (Red+Green+Blue) = 250+229+210=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 210 (82.42% from 255 or 30.48% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D2 is #051A2D. Grayscale: #E9E9E9. Windows color (decimal): -334382 or 13821434. OLE color: 13821434.

HSL color Cylindrical-coordinate representation of color #FAE5D2: hue angle of 28.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE5D2 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 210 -
CMYK 0 0.08 0.16 0.02
HSL 28.5º 0.8% 0.9% -
HSV(B) 28.5º 0.16% 0.98% -
XYZ 79.08 81.02 72.44 -
YUV 233.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 250 229 210 0 0.08 0.16 0.02 28.5 0.8 0.9
Hex FA E5 D2 0 8 10 2 1C 50 5A
Octal 372 345 322 0 10 20 2 34 120 132
Binary 11111010 11100101 11010010 0 1000 10000 10 11100 1010000 1011010

Color Harmonies of #FAE5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5D2

Black with #FAE5D2

Text Example


Text Example

White with #FAE5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5D2; }

 p { color: rgb(250,229,210); }

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

background-color css

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

 a { background-color: rgb(250,229,210); }

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

border-color css

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

 span { border-color: rgb(250,229,210); }

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