#FAE3CF

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

Shades of Serenade #FAE3CF

Tints of Serenade #FAE3CF

Color information

#FAE3CF (or 0xFAE3CF) is unknown color: approx Serenade. HEX triplet: FA, E3 and CF. RGB value is (250,227,207). Sum of RGB (Red+Green+Blue) = 250+227+207=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3CF is #051C30. Grayscale: #E7E7E7. Windows color (decimal): -334897 or 13624314. OLE color: 13624314.

HSL color Cylindrical-coordinate representation of color #FAE3CF: hue angle of 27.91º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAE3CF is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250227207-
CMYK00.090.170.02
HSL27.91º81.13%89.61%-
HSV(B)27.91º17.2%98.04%-
XYZ78.1679.7770.31-
YUV231.6114.12141.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=36.55%
G=33.19%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022720700.090.170.0227.9181.1389.61
HexFAE3CF091121c515a
Octal37234331701121234121132
Binary1111101011100011110011110100110001101110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3CF; }

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

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

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

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

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

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

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

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