#FF9BAF

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

Shades of Illusion #FF9BAF

Tints of Illusion #FF9BAF

Color information

#FF9BAF (or 0xFF9BAF) is unknown color: approx Illusion. HEX triplet: FF, 9B and AF. RGB value is (255,155,175). Sum of RGB (Red+Green+Blue) = 255+155+175=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9BAF is #006450. Grayscale: #BBBBBB. Windows color (decimal): -25681 or 11508735. OLE color: 11508735.

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

Color convert

RGB255155175-
CMYK00.390.310
HSL348º100%80.39%-
HSV(B)348º39.22%100%-
XYZ60.747.846.58-
YUV187.18121.13176.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=43.59%
G=26.50%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515517500.390.31034810080.39
HexFF9BAF0271F015c6450
Octal377233257047370534144120
Binary111111111001101110101111010011111111010101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BAF; }

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

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

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

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

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

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

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

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