#FB3AAB

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

Shades of Persian Rose #FB3AAB

Tints of Persian Rose #FB3AAB

Color information

#FB3AAB (or 0xFB3AAB) is unknown color: approx Persian Rose. HEX triplet: FB, 3A and AB. RGB value is (251,58,171). Sum of RGB (Red+Green+Blue) = 251+58+171=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3AAB is #04C554. Grayscale: #808080. Windows color (decimal): -312661 or 11221755. OLE color: 11221755.

HSL color Cylindrical-coordinate representation of color #FB3AAB: hue angle of 324.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AAB is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB25158171-
CMYK00.770.320.02
HSL324.87º96.02%60.59%-
HSV(B)324.87º76.89%98.43%-
XYZ48.6526.4841.07-
YUV128.59151.94215.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.29%
GREEN value IS 58 (23.05% from 255) = 12.08%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=52.29%
G=12.08%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515817100.770.320.02324.8796.0260.59
HexFB3AAB04D202145603d
Octal37372253011540250514075
Binary111110111110101010101101001101100000101010001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3AAB; }

 p { color: rgb(251,58,171); }

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

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

 a { background-color: rgb(251,58,171); }

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

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

 span { border-color: rgb(251,58,171); }

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