#FD85BB

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

Shades of Persian Pink #FD85BB

Tints of Persian Pink #FD85BB

Color information

#FD85BB (or 0xFD85BB) is unknown color: approx Persian Pink. HEX triplet: FD, 85 and BB. RGB value is (253,133,187). Sum of RGB (Red+Green+Blue) = 253+133+187=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85BB is #027A44. Grayscale: #AEAEAE. Windows color (decimal): -162373 or 12289533. OLE color: 12289533.

HSL color Cylindrical-coordinate representation of color #FD85BB: hue angle of 333º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD85BB is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253133187-
CMYK00.470.260.01
HSL333º96.77%75.69%-
HSV(B)333º47.43%99.22%-
XYZ57.8741.2551.93-
YUV175.04134.76183.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=44.15%
G=23.21%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313318700.470.260.0133396.7775.69
HexFD85BB02F1A114d614c
Octal375205273057321515141114
Binary111111011000010110111011010111111010110100110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD85BB; }

 p { color: rgb(253,133,187); }

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

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

 a { background-color: rgb(253,133,187); }

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

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

 span { border-color: rgb(253,133,187); }

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