#F997AE

Color #F997AE Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #F997AE

Tints of Illusion #F997AE

Color information

#F997AE (or 0xF997AE) is unknown color: approx Illusion. HEX triplet: F9, 97 and AE. RGB value is (249,151,174). Sum of RGB (Red+Green+Blue) = 249+151+174=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F997AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F997AE is #066851. Grayscale: #B6B6B6. Windows color (decimal): -419922 or 11442169. OLE color: 11442169.

HSL color Cylindrical-coordinate representation of color #F997AE: hue angle of 345.92º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997AE is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249151174-
CMYK00.390.300.02
HSL345.92º89.09%78.43%-
HSV(B)345.92º39.36%97.65%-
XYZ57.7745.3345.75-
YUV182.92122.97175.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=43.38%
G=26.31%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915117400.390.300.02345.9289.0978.43
HexF997AE0271E215a594e
Octal371227256047362532131116
Binary1111100110010111101011100100111111101010101101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997AE; }

 p { color: rgb(249,151,174); }

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

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

 a { background-color: rgb(249,151,174); }

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

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

 span { border-color: rgb(249,151,174); }

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