Html Css Color HEX #FAE2CF Serenade

📋 copy color: '#FAE2CF'

red 250 ◦ green 226 ◦ blue 207

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

Shades of Serenade #FAE2CF

Tints of Serenade #FAE2CF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.09%

 BLUE value IS 207 (81.25% from 255) = 30.31%

R = 36.6%
G = 33.09%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAE2CF (or 0xFAE2CF) is known color: Serenade. HEX triplet: FA, E2 and CF. RGB value is (250,226,207). Sum of RGB (Red+Green+Blue) = 250+226+207=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CF is #051D30. Grayscale: #E7E7E7. Windows color (decimal): -335153 or 13624058. OLE color: 13624058.

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

Color convert

RGB 250 226 207 -
CMYK 0 0.10 0.17 0.02
HSL 26.51º 0.81% 0.9% -
HSV(B) 26.51º 0.17% 0.98% -
XYZ 77.88 79.22 70.22 -
YUV 231.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 250 226 207 0 0.10 0.17 0.02 26.51 0.81 0.9
Hex FA E2 CF 0 A 11 2 1B 51 5A
Octal 372 342 317 0 12 21 2 33 121 132
Binary 11111010 11100010 11001111 0 1010 10001 10 11011 1010001 1011010

Color Harmonies of #FAE2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2CF

Black with #FAE2CF

Text Example


Text Example

White with #FAE2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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