#FF9DAD

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

Shades of Illusion #FF9DAD

Tints of Illusion #FF9DAD

Color information

#FF9DAD (or 0xFF9DAD) is unknown color: approx Illusion. HEX triplet: FF, 9D and AD. RGB value is (255,157,173). Sum of RGB (Red+Green+Blue) = 255+157+173=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DAD is #006252. Grayscale: #BCBCBC. Windows color (decimal): -25171 or 11378175. OLE color: 11378175.

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

Color convert

RGB255157173-
CMYK00.380.320
HSL350.2º100%80.78%-
HSV(B)350.2º38.43%100%-
XYZ60.8448.3945.67-
YUV188.13119.47175.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=43.59%
G=26.84%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515717300.380.320350.210080.78
HexFF9DAD02620015e6451
Octal377235255046400536144121
Binary1111111110011101101011010100110100000010101111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DAD; }

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

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

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

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

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

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

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

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