#FAEEE6

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

Shades of Hint Of Red #FAEEE6

Tints of Hint Of Red #FAEEE6

Color information

#FAEEE6 (or 0xFAEEE6) is unknown color: approx Hint Of Red. HEX triplet: FA, EE and E6. RGB value is (250,238,230). Sum of RGB (Red+Green+Blue) = 250+238+230=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE6 is #051119. Grayscale: #F0F0F0. Windows color (decimal): -332058 or 15134458. OLE color: 15134458.

HSL color Cylindrical-coordinate representation of color #FAEEE6: hue angle of 24º degrees, saturation: 0.67, 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 #FAEEE6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250238230-
CMYK00.050.080.02
HSL24º66.67%94.12%-
HSV(B)24º8%98.04%-
XYZ84.2887.1987.25-
YUV240.68121.98134.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 238 (93.36% from 255) = 33.15%
BLUE value IS 230 (90.23% from 255) = 32.03%
R=34.82%
G=33.15%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023823000.050.080.022466.6794.12
HexFAEEE6058218435e
Octal3723563460510230103136
Binary11111010111011101110011001011000101100010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE6; }

 p { color: rgb(250,238,230); }

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

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

 a { background-color: rgb(250,238,230); }

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

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

 span { border-color: rgb(250,238,230); }

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