#FF8AB6

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

Shades of Persian Pink #FF8AB6

Tints of Persian Pink #FF8AB6

Color information

#FF8AB6 (or 0xFF8AB6) is unknown color: approx Persian Pink. HEX triplet: FF, 8A and B6. RGB value is (255,138,182). Sum of RGB (Red+Green+Blue) = 255+138+182=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AB6 is #007549. Grayscale: #B1B1B1. Windows color (decimal): -30026 or 11963135. OLE color: 11963135.

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

Color convert

RGB255138182-
CMYK00.460.290
HSL337.44º100%77.06%-
HSV(B)337.44º45.88%100%-
XYZ58.7742.8149.42-
YUV178130.26182.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=44.35%
G=24%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513818200.460.290337.4410077.06
HexFF8AB602E1D0151644d
Octal377212266056350521144115
Binary111111111000101010110110010111011101010101000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AB6; }

 p { color: rgb(255,138,182); }

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

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

 a { background-color: rgb(255,138,182); }

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

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

 span { border-color: rgb(255,138,182); }

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