#FF9DAF

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

Shades of Illusion #FF9DAF

Tints of Illusion #FF9DAF

Color information

#FF9DAF (or 0xFF9DAF) is unknown color: approx Illusion. HEX triplet: FF, 9D and AF. RGB value is (255,157,175). Sum of RGB (Red+Green+Blue) = 255+157+175=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DAF is #006250. Grayscale: #BCBCBC. Windows color (decimal): -25169 or 11509247. OLE color: 11509247.

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

Color convert

RGB255157175-
CMYK00.380.310
HSL348.98º100%80.78%-
HSV(B)348.98º38.43%100%-
XYZ61.0348.4746.7-
YUV188.35120.47175.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=43.44%
G=26.75%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515717500.380.310348.9810080.78
HexFF9DAF0261F015d6451
Octal377235257046370535144121
Binary111111111001110110101111010011011111010101110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DAF; }

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

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

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

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

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

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

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

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