#FAEFE7

Color #FAEFE7 Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #FAEFE7

Tints of Hint Of Red #FAEFE7

Color information

#FAEFE7 (or 0xFAEFE7) is unknown color: approx Hint Of Red. HEX triplet: FA, EF and E7. RGB value is (250,239,231). Sum of RGB (Red+Green+Blue) = 250+239+231=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 231 (90.62% from 255 or 32.08% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFE7 is #051018. Grayscale: #F1F1F1. Windows color (decimal): -331801 or 15200250. OLE color: 15200250.

HSL color Cylindrical-coordinate representation of color #FAEFE7: hue angle of 25.26º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEFE7 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250239231-
CMYK00.040.080.02
HSL25.26º65.52%94.31%-
HSV(B)25.26º7.6%98.04%-
XYZ84.7187.8388.09-
YUV241.38122.14134.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 231 (90.62% from 255) = 32.08%
R=34.72%
G=33.19%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023923100.040.080.0225.2665.5294.31
HexFAEFE7048219425e
Octal3723573470410231102136
Binary11111010111011111110011101001000101100110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE7; }

 p { color: rgb(250,239,231); }

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

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

 a { background-color: rgb(250,239,231); }

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

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

 span { border-color: rgb(250,239,231); }

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