#FB85B4

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

Shades of Persian Pink #FB85B4

Tints of Persian Pink #FB85B4

Color information

#FB85B4 (or 0xFB85B4) is unknown color: approx Persian Pink. HEX triplet: FB, 85 and B4. RGB value is (251,133,180). Sum of RGB (Red+Green+Blue) = 251+133+180=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85B4 is #047A4B. Grayscale: #ADADAD. Windows color (decimal): -293452 or 11830779. OLE color: 11830779.

HSL color Cylindrical-coordinate representation of color #FB85B4: hue angle of 336.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB85B4 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251133180-
CMYK00.470.280.02
HSL336.1º93.65%75.29%-
HSV(B)336.1º47.01%98.43%-
XYZ56.4140.5848.04-
YUV173.64131.59183.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=44.50%
G=23.58%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113318000.470.280.02336.193.6575.29
HexFB85B402F1C21505e4b
Octal373205264057342520136113
Binary1111101110000101101101000101111111001010101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85B4; }

 p { color: rgb(251,133,180); }

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

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

 a { background-color: rgb(251,133,180); }

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

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

 span { border-color: rgb(251,133,180); }

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