#FAEFE8

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

Shades of Hint Of Red #FAEFE8

Tints of Hint Of Red #FAEFE8

Color information

#FAEFE8 (or 0xFAEFE8) is unknown color: approx Hint Of Red. HEX triplet: FA, EF and E8. RGB value is (250,239,232). Sum of RGB (Red+Green+Blue) = 250+239+232=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFE8 is #051017. Grayscale: #F1F1F1. Windows color (decimal): -331800 or 15265786. OLE color: 15265786.

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

Color convert

RGB250239232-
CMYK00.040.070.02
HSL23.33º64.29%94.51%-
HSV(B)23.33º7.2%98.04%-
XYZ84.8687.8888.83-
YUV241.49122.64134.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 232 (91.02% from 255) = 32.18%
R=34.67%
G=33.15%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023923200.040.070.0223.3364.2994.51
HexFAEFE8047217405f
Octal372357350047227100137
Binary1111101011101111111010000100111101011110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE8; }

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

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

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

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

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

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

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

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