Html Css Color HEX #FAE3D3 Serenade

📋 copy color: '#FAE3D3'

red 250 ◦ green 227 ◦ blue 211

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

Shades of Serenade #FAE3D3

Tints of Serenade #FAE3D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.67%

R = 36.34%
G = 32.99%
B = 30.67%

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

#FAE3D3 (or 0xFAE3D3) is known color: Serenade. HEX triplet: FA, E3 and D3. RGB value is (250,227,211). Sum of RGB (Red+Green+Blue) = 250+227+211=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3D3 is #051C2C. Grayscale: #E8E8E8. Windows color (decimal): -334893 or 13886458. OLE color: 13886458.

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

Color convert

RGB 250 227 211 -
CMYK 0 0.09 0.16 0.02
HSL 24.62º 0.8% 0.9% -
HSV(B) 24.62º 0.16% 0.98% -
XYZ 78.65 79.97 72.92 -
YUV 232.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 250 227 211 0 0.09 0.16 0.02 24.62 0.8 0.9
Hex FA E3 D3 0 9 10 2 19 50 5A
Octal 372 343 323 0 11 20 2 31 120 132
Binary 11111010 11100011 11010011 0 1001 10000 10 11001 1010000 1011010

Color Harmonies of #FAE3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3D3

Black with #FAE3D3

Text Example


Text Example

White with #FAE3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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