#FD9BB6

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

Shades of Illusion #FD9BB6

Tints of Illusion #FD9BB6

Color information

#FD9BB6 (or 0xFD9BB6) is unknown color: approx Illusion. HEX triplet: FD, 9B and B6. RGB value is (253,155,182). Sum of RGB (Red+Green+Blue) = 253+155+182=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9BB6 is #026449. Grayscale: #BBBBBB. Windows color (decimal): -156746 or 11967485. OLE color: 11967485.

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

Color convert

RGB253155182-
CMYK00.390.280.01
HSL343.47º96.08%80%-
HSV(B)343.47º38.74%99.22%-
XYZ60.6747.750.27-
YUV187.38124.97174.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=42.88%
G=26.27%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315518200.390.280.01343.4796.0880
HexFD9BB60271C11576050
Octal375233266047341527140120
Binary111111011001101110110110010011111100110101011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9BB6; }

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

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

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

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

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

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

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

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