Html Css Color HEX #FAE7D5 Serenade

📋 copy color: '#FAE7D5'

red 250 ◦ green 231 ◦ blue 213

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

Shades of Serenade #FAE7D5

Tints of Serenade #FAE7D5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.29%

 BLUE value IS 213 (83.59% from 255) = 30.69%

R = 36.02%
G = 33.29%
B = 30.69%

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

#FAE7D5 (or 0xFAE7D5) is known color: Serenade. HEX triplet: FA, E7 and D5. RGB value is (250,231,213). Sum of RGB (Red+Green+Blue) = 250+231+213=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 213 (83.59% from 255 or 30.69% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7D5 is #05182A. Grayscale: #EAEAEA. Windows color (decimal): -333867 or 14018554. OLE color: 14018554.

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

Color convert

RGB 250 231 213 -
CMYK 0 0.08 0.15 0.02
HSL 29.19º 0.79% 0.91% -
HSV(B) 29.19º 0.15% 0.98% -
XYZ 80.01 82.28 74.62 -
YUV 234.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 250 231 213 0 0.08 0.15 0.02 29.19 0.79 0.91
Hex FA E7 D5 0 8 F 2 1D 4F 5B
Octal 372 347 325 0 10 17 2 35 117 133
Binary 11111010 11100111 11010101 0 1000 1111 10 11101 1001111 1011011

Color Harmonies of #FAE7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7D5

Black with #FAE7D5

Text Example


Text Example

White with #FAE7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7D5; }

 p { color: rgb(250,231,213); }

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

background-color css

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

 a { background-color: rgb(250,231,213); }

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

border-color css

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

 span { border-color: rgb(250,231,213); }

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