Html Css Color HEX #FAE7D4 Serenade

📋 copy color: '#FAE7D4'

red 250 ◦ green 231 ◦ blue 212

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

Shades of Serenade #FAE7D4

Tints of Serenade #FAE7D4

RGB

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

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

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

R = 36.08%
G = 33.33%
B = 30.59%

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

#FAE7D4 (or 0xFAE7D4) is known color: Serenade. HEX triplet: FA, E7 and D4. RGB value is (250,231,212). Sum of RGB (Red+Green+Blue) = 250+231+212=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 212 (83.20% from 255 or 30.59% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7D4 is #05182B. Grayscale: #EAEAEA. Windows color (decimal): -333868 or 13953018. OLE color: 13953018.

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

Color convert

RGB 250 231 212 -
CMYK 0 0.08 0.15 0.02
HSL 30º 0.79% 0.91% -
HSV(B) 30º 0.15% 0.98% -
XYZ 79.88 82.23 73.95 -
YUV 234.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 250 231 212 0 0.08 0.15 0.02 30 0.79 0.91
Hex FA E7 D4 0 8 F 2 1E 4F 5B
Octal 372 347 324 0 10 17 2 36 117 133
Binary 11111010 11100111 11010100 0 1000 1111 10 11110 1001111 1011011

Color Harmonies of #FAE7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7D4

Black with #FAE7D4

Text Example


Text Example

White with #FAE7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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