#FF83BA

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

Shades of Persian Pink #FF83BA

Tints of Persian Pink #FF83BA

Color information

#FF83BA (or 0xFF83BA) is unknown color: approx Persian Pink. HEX triplet: FF, 83 and BA. RGB value is (255,131,186). Sum of RGB (Red+Green+Blue) = 255+131+186=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83BA is #007C45. Grayscale: #AEAEAE. Windows color (decimal): -31814 or 12223487. OLE color: 12223487.

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

Color convert

RGB255131186-
CMYK00.490.270
HSL333.39º100%75.69%-
HSV(B)333.39º48.63%100%-
XYZ58.2241.0451.31-
YUV174.35134.58185.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=44.58%
G=22.90%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513118600.490.270333.3910075.69
HexFF83BA0311B014d644c
Octal377203272061330515144114
Binary111111111000001110111010011000111011010100110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83BA; }

 p { color: rgb(255,131,186); }

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

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

 a { background-color: rgb(255,131,186); }

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

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

 span { border-color: rgb(255,131,186); }

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