#FF9DB4

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

Shades of Illusion #FF9DB4

Tints of Illusion #FF9DB4

Color information

#FF9DB4 (or 0xFF9DB4) is unknown color: approx Illusion. HEX triplet: FF, 9D and B4. RGB value is (255,157,180). Sum of RGB (Red+Green+Blue) = 255+157+180=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB4 is #00624B. Grayscale: #BCBCBC. Windows color (decimal): -25164 or 11836927. OLE color: 11836927.

HSL color Cylindrical-coordinate representation of color #FF9DB4: hue angle of 345.92º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DB4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255157180-
CMYK00.380.290
HSL345.92º100%80.78%-
HSV(B)345.92º38.43%100%-
XYZ61.5448.6749.33-
YUV188.92122.97175.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=43.07%
G=26.52%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515718000.380.290345.9210080.78
HexFF9DB40261D015a6451
Octal377235264046350532144121
Binary111111111001110110110100010011011101010101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DB4; }

 p { color: rgb(255,157,180); }

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

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

 a { background-color: rgb(255,157,180); }

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

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

 span { border-color: rgb(255,157,180); }

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