#F998AD

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

Shades of Illusion #F998AD

Tints of Illusion #F998AD

Color information

#F998AD (or 0xF998AD) is unknown color: approx Illusion. HEX triplet: F9, 98 and AD. RGB value is (249,152,173). Sum of RGB (Red+Green+Blue) = 249+152+173=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F998AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F998AD is #066752. Grayscale: #B7B7B7. Windows color (decimal): -419667 or 11376889. OLE color: 11376889.

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

Color convert

RGB249152173-
CMYK00.390.310.02
HSL347.01º88.99%78.63%-
HSV(B)347.01º38.96%97.65%-
XYZ57.8445.6145.29-
YUV183.4122.14174.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=43.38%
G=26.48%
B=30.14%

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
Decimal24915217300.390.310.02347.0188.9978.63
HexF998AD0271F215b594f
Octal371230255047372533131117
Binary1111100110011000101011010100111111111010101101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998AD; }

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

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

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

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

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

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

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

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