#F99BAB

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

Shades of Illusion #F99BAB

Tints of Illusion #F99BAB

Color information

#F99BAB (or 0xF99BAB) is unknown color: approx Illusion. HEX triplet: F9, 9B and AB. RGB value is (249,155,171). Sum of RGB (Red+Green+Blue) = 249+155+171=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99BAB is #066454. Grayscale: #B8B8B8. Windows color (decimal): -418901 or 11246585. OLE color: 11246585.

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

Color convert

RGB249155171-
CMYK00.380.310.02
HSL349.79º88.68%79.22%-
HSV(B)349.79º37.75%97.65%-
XYZ58.1446.5244.44-
YUV184.93120.14173.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=43.30%
G=26.96%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915517100.380.310.02349.7988.6879.22
HexF99BAB0261F215e594f
Octal371233253046372536131117
Binary1111100110011011101010110100110111111010101111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BAB; }

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

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

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

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

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

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

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

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