Html Css Color HEX #FAE3D1 Serenade

📋 copy color: '#FAE3D1'

red 250 ◦ green 227 ◦ blue 209

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

Shades of Serenade #FAE3D1

Tints of Serenade #FAE3D1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.09%

 BLUE value IS 209 (82.03% from 255) = 30.47%

R = 36.44%
G = 33.09%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAE3D1 (or 0xFAE3D1) is known color: Serenade. HEX triplet: FA, E3 and D1. RGB value is (250,227,209). Sum of RGB (Red+Green+Blue) = 250+227+209=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3D1 is #051C2E. Grayscale: #E7E7E7. Windows color (decimal): -334895 or 13755386. OLE color: 13755386.

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

Color convert

RGB 250 227 209 -
CMYK 0 0.09 0.16 0.02
HSL 26.34º 0.8% 0.9% -
HSV(B) 26.34º 0.16% 0.98% -
XYZ 78.4 79.87 71.6 -
YUV 231.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 250 227 209 0 0.09 0.16 0.02 26.34 0.8 0.9
Hex FA E3 D1 0 9 10 2 1A 50 5A
Octal 372 343 321 0 11 20 2 32 120 132
Binary 11111010 11100011 11010001 0 1001 10000 10 11010 1010000 1011010

Color Harmonies of #FAE3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3D1

Black with #FAE3D1

Text Example


Text Example

White with #FAE3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3D1; }

 p { color: rgb(250,227,209); }

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

background-color css

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

 a { background-color: rgb(250,227,209); }

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

border-color css

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

 span { border-color: rgb(250,227,209); }

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