#FD9DB9

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

Shades of Illusion #FD9DB9

Tints of Illusion #FD9DB9

Color information

#FD9DB9 (or 0xFD9DB9) is unknown color: approx Illusion. HEX triplet: FD, 9D and B9. RGB value is (253,157,185). Sum of RGB (Red+Green+Blue) = 253+157+185=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9DB9 is #026246. Grayscale: #BCBCBC. Windows color (decimal): -156231 or 12164605. OLE color: 12164605.

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

Color convert

RGB253157185-
CMYK00.380.270.01
HSL342.5º96%80.39%-
HSV(B)342.5º37.94%99.22%-
XYZ61.3248.552.03-
YUV188.9125.8173.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=42.52%
G=26.39%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315718500.380.270.01342.59680.39
HexFD9DB90261B11566050
Octal375235271046331526140120
Binary111111011001110110111001010011011011110101011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9DB9; }

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

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

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

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

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

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

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

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