Html Css Color HEX #FAE1CF Serenade

📋 copy color: '#FAE1CF'

red 250 ◦ green 225 ◦ blue 207

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

Shades of Serenade #FAE1CF

Tints of Serenade #FAE1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.99%

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

R = 36.66%
G = 32.99%
B = 30.35%

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

#FAE1CF (or 0xFAE1CF) is known color: Serenade. HEX triplet: FA, E1 and CF. RGB value is (250,225,207). Sum of RGB (Red+Green+Blue) = 250+225+207=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1CF is #051E30. Grayscale: #E6E6E6. Windows color (decimal): -335409 or 13623802. OLE color: 13623802.

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

Color convert

RGB 250 225 207 -
CMYK 0 0.10 0.17 0.02
HSL 25.12º 0.81% 0.9% -
HSV(B) 25.12º 0.17% 0.98% -
XYZ 77.61 78.68 70.13 -
YUV 230.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 250 225 207 0 0.10 0.17 0.02 25.12 0.81 0.9
Hex FA E1 CF 0 A 11 2 19 51 5A
Octal 372 341 317 0 12 21 2 31 121 132
Binary 11111010 11100001 11001111 0 1010 10001 10 11001 1010001 1011010

Color Harmonies of #FAE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1CF

Black with #FAE1CF

Text Example


Text Example

White with #FAE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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