#F99FAB

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

Shades of Illusion #F99FAB

Tints of Illusion #F99FAB

Color information

#F99FAB (or 0xF99FAB) is unknown color: approx Illusion. HEX triplet: F9, 9F and AB. RGB value is (249,159,171). Sum of RGB (Red+Green+Blue) = 249+159+171=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99FAB is #066054. Grayscale: #BBBBBB. Windows color (decimal): -417877 or 11247609. OLE color: 11247609.

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

Color convert

RGB249159171-
CMYK00.360.310.02
HSL352º88.24%80%-
HSV(B)352º36.14%97.65%-
XYZ58.8247.8844.67-
YUV187.28118.82172.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=43.01%
G=27.46%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915917100.360.310.0235288.2480
HexF99FAB0241F21605850
Octal371237253044372540130120
Binary1111100110011111101010110100100111111010110000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FAB; }

 p { color: rgb(249,159,171); }

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

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

 a { background-color: rgb(249,159,171); }

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

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

 span { border-color: rgb(249,159,171); }

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