#FAEADA

Color #FAEADA Serenade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Serenade #FAEADA

Tints of Serenade #FAEADA

Color information

#FAEADA (or 0xFAEADA) is unknown color: approx Serenade. HEX triplet: FA, EA and DA. RGB value is (250,234,218). Sum of RGB (Red+Green+Blue) = 250+234+218=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADA is #051525. Grayscale: #EDEDED. Windows color (decimal): -333094 or 14347002. OLE color: 14347002.

HSL color Cylindrical-coordinate representation of color #FAEADA: hue angle of 30º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAEADA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250234218-
CMYK00.060.130.02
HSL30º76.19%91.76%-
HSV(B)30º12.8%98.04%-
XYZ81.584.2378.29-
YUV236.96117.3137.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 31.05%
R=35.61%
G=33.33%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023421800.060.130.023076.1991.76
HexFAEADA06D21e4c5c
Octal3723523320615236114134
Binary11111010111010101101101001101101101111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEADA; }

 p { color: rgb(250,234,218); }

 H1.HeaderClassName
 {
   color: #FAEADA;
 }
 .AnyTagClassName
 {
   color: #FAEADA;
 }
</style>
background-color css

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

 a { background-color: rgb(250,234,218); }

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

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

 span { border-color: rgb(250,234,218); }

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