#F997AD

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

Shades of Illusion #F997AD

Tints of Illusion #F997AD

Color information

#F997AD (or 0xF997AD) is unknown color: approx Illusion. HEX triplet: F9, 97 and AD. RGB value is (249,151,173). Sum of RGB (Red+Green+Blue) = 249+151+173=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F997AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F997AD is #066852. Grayscale: #B6B6B6. Windows color (decimal): -419923 or 11376633. OLE color: 11376633.

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

Color convert

RGB249151173-
CMYK00.390.310.02
HSL346.53º89.09%78.43%-
HSV(B)346.53º39.36%97.65%-
XYZ57.6845.2945.24-
YUV182.81122.47175.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=43.46%
G=26.35%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915117300.390.310.02346.5389.0978.43
HexF997AD0271F215b594e
Octal371227255047372533131116
Binary1111100110010111101011010100111111111010101101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997AD; }

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

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

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

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

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

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

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

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