#FF9FAE

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

Shades of Illusion #FF9FAE

Tints of Illusion #FF9FAE

Color information

#FF9FAE (or 0xFF9FAE) is unknown color: approx Illusion. HEX triplet: FF, 9F and AE. RGB value is (255,159,174). Sum of RGB (Red+Green+Blue) = 255+159+174=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FAE is #006051. Grayscale: #BDBDBD. Windows color (decimal): -24658 or 11444223. OLE color: 11444223.

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

Color convert

RGB255159174-
CMYK00.380.320
HSL350.62º100%81.18%-
HSV(B)350.62º37.65%100%-
XYZ61.2849.1146.29-
YUV189.41119.3174.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=43.37%
G=27.04%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515917400.380.320350.6210081.18
HexFF9FAE02620015f6451
Octal377237256046400537144121
Binary1111111110011111101011100100110100000010101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FAE; }

 p { color: rgb(255,159,174); }

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

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

 a { background-color: rgb(255,159,174); }

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

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

 span { border-color: rgb(255,159,174); }

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