Html Css Color HEX #FAE4CF Serenade

📋 copy color: '#FAE4CF'

red 250 ◦ green 228 ◦ blue 207

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

Shades of Serenade #FAE4CF

Tints of Serenade #FAE4CF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.28%

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

R = 36.5%
G = 33.28%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAE4CF (or 0xFAE4CF) is known color: Serenade. HEX triplet: FA, E4 and CF. RGB value is (250,228,207). Sum of RGB (Red+Green+Blue) = 250+228+207=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CF is #051B30. Grayscale: #E8E8E8. Windows color (decimal): -334641 or 13624570. OLE color: 13624570.

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

Color convert

RGB 250 228 207 -
CMYK 0 0.09 0.17 0.02
HSL 29.3º 0.81% 0.9% -
HSV(B) 29.3º 0.17% 0.98% -
XYZ 78.43 80.32 70.4 -
YUV 232.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 250 228 207 0 0.09 0.17 0.02 29.3 0.81 0.9
Hex FA E4 CF 0 9 11 2 1D 51 5A
Octal 372 344 317 0 11 21 2 35 121 132
Binary 11111010 11100100 11001111 0 1001 10001 10 11101 1010001 1011010

Color Harmonies of #FAE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4CF

Black with #FAE4CF

Text Example


Text Example

White with #FAE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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