#FD9BB8

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

Shades of Illusion #FD9BB8

Tints of Illusion #FD9BB8

Color information

#FD9BB8 (or 0xFD9BB8) is unknown color: approx Illusion. HEX triplet: FD, 9B and B8. RGB value is (253,155,184). Sum of RGB (Red+Green+Blue) = 253+155+184=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9BB8 is #026447. Grayscale: #BBBBBB. Windows color (decimal): -156744 or 12098557. OLE color: 12098557.

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

Color convert

RGB253155184-
CMYK00.390.270.01
HSL342.24º96.08%80%-
HSV(B)342.24º38.74%99.22%-
XYZ60.8847.7951.36-
YUV187.61125.97174.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 184 (72.27% from 255) = 31.08%
R=42.74%
G=26.18%
B=31.08%

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
Decimal25315518400.390.270.01342.2496.0880
HexFD9BB80271B11566050
Octal375233270047331526140120
Binary111111011001101110111000010011111011110101011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9BB8; }

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

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

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

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

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

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

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

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