Html Css Color HEX #FAE8D5 Serenade

📋 copy color: '#FAE8D5'

red 250 ◦ green 232 ◦ blue 213

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

Shades of Serenade #FAE8D5

Tints of Serenade #FAE8D5

RGB

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

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

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

R = 35.97%
G = 33.38%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAE8D5 (or 0xFAE8D5) is known color: Serenade. HEX triplet: FA, E8 and D5. RGB value is (250,232,213). Sum of RGB (Red+Green+Blue) = 250+232+213=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D5 is #05172A. Grayscale: #EBEBEB. Windows color (decimal): -333611 or 14018810. OLE color: 14018810.

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

Color convert

RGB 250 232 213 -
CMYK 0 0.07 0.15 0.02
HSL 30.81º 0.79% 0.91% -
HSV(B) 30.81º 0.15% 0.98% -
XYZ 80.29 82.84 74.71 -
YUV 235.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 250 232 213 0 0.07 0.15 0.02 30.81 0.79 0.91
Hex FA E8 D5 0 7 F 2 1F 4F 5B
Octal 372 350 325 0 7 17 2 37 117 133
Binary 11111010 11101000 11010101 0 111 1111 10 11111 1001111 1011011

Color Harmonies of #FAE8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8D5

Black with #FAE8D5

Text Example


Text Example

White with #FAE8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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