#FD9DB0

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

Shades of Illusion #FD9DB0

Tints of Illusion #FD9DB0

Color information

#FD9DB0 (or 0xFD9DB0) is unknown color: approx Illusion. HEX triplet: FD, 9D and B0. RGB value is (253,157,176). Sum of RGB (Red+Green+Blue) = 253+157+176=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9DB0 is #02624F. Grayscale: #BBBBBB. Windows color (decimal): -156240 or 11574781. OLE color: 11574781.

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

Color convert

RGB253157176-
CMYK00.380.300.01
HSL348.12º96%80.39%-
HSV(B)348.12º37.94%99.22%-
XYZ60.448.1347.18-
YUV187.87121.3174.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=43.17%
G=26.79%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315717600.380.300.01348.129680.39
HexFD9DB00261E115c6050
Octal375235260046361534140120
Binary111111011001110110110000010011011110110101110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9DB0; }

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

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

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

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

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

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

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

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