#FD9BB9

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

Shades of Illusion #FD9BB9

Tints of Illusion #FD9BB9

Color information

#FD9BB9 (or 0xFD9BB9) is unknown color: approx Illusion. HEX triplet: FD, 9B and B9. RGB value is (253,155,185). Sum of RGB (Red+Green+Blue) = 253+155+185=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9BB9 is #026446. Grayscale: #BBBBBB. Windows color (decimal): -156743 or 12164093. OLE color: 12164093.

HSL color Cylindrical-coordinate representation of color #FD9BB9: hue angle of 341.63º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9BB9 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253155185-
CMYK00.390.270.01
HSL341.63º96.08%80%-
HSV(B)341.63º38.74%99.22%-
XYZ60.9947.8351.92-
YUV187.72126.47174.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=42.66%
G=26.14%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315518500.390.270.01341.6396.0880
HexFD9BB90271B11566050
Octal375233271047331526140120
Binary111111011001101110111001010011111011110101011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9BB9; }

 p { color: rgb(253,155,185); }

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

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

 a { background-color: rgb(253,155,185); }

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

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

 span { border-color: rgb(253,155,185); }

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