#FB85BC

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

Shades of Persian Pink #FB85BC

Tints of Persian Pink #FB85BC

Color information

#FB85BC (or 0xFB85BC) is unknown color: approx Persian Pink. HEX triplet: FB, 85 and BC. RGB value is (251,133,188). Sum of RGB (Red+Green+Blue) = 251+133+188=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85BC is #047A43. Grayscale: #AEAEAE. Windows color (decimal): -293444 or 12355067. OLE color: 12355067.

HSL color Cylindrical-coordinate representation of color #FB85BC: hue angle of 332.03º 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 #FB85BC is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251133188-
CMYK00.470.250.02
HSL332.03º93.65%75.29%-
HSV(B)332.03º47.01%98.43%-
XYZ57.2540.9252.46-
YUV174.55135.59182.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=43.88%
G=23.25%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113318800.470.250.02332.0393.6575.29
HexFB85BC02F19214c5e4b
Octal373205274057312514136113
Binary1111101110000101101111000101111110011010100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85BC; }

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

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

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

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

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

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

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

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