Html Css Color HEX #FAE5D4 Serenade

📋 copy color: '#FAE5D4'

red 250 ◦ green 229 ◦ blue 212

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

Shades of Serenade #FAE5D4

Tints of Serenade #FAE5D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.68%

R = 36.18%
G = 33.14%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAE5D4 (or 0xFAE5D4) is known color: Serenade. HEX triplet: FA, E5 and D4. RGB value is (250,229,212). Sum of RGB (Red+Green+Blue) = 250+229+212=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 212 (83.20% from 255 or 30.68% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D4 is #051A2B. Grayscale: #E9E9E9. Windows color (decimal): -334380 or 13952506. OLE color: 13952506.

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

Color convert

RGB 250 229 212 -
CMYK 0 0.08 0.15 0.02
HSL 26.84º 0.79% 0.91% -
HSV(B) 26.84º 0.15% 0.98% -
XYZ 79.33 81.12 73.76 -
YUV 233.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 250 229 212 0 0.08 0.15 0.02 26.84 0.79 0.91
Hex FA E5 D4 0 8 F 2 1B 4F 5B
Octal 372 345 324 0 10 17 2 33 117 133
Binary 11111010 11100101 11010100 0 1000 1111 10 11011 1001111 1011011

Color Harmonies of #FAE5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5D4

Black with #FAE5D4

Text Example


Text Example

White with #FAE5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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