#FE85B7

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

Shades of Persian Pink #FE85B7

Tints of Persian Pink #FE85B7

Color information

#FE85B7 (or 0xFE85B7) is unknown color: approx Persian Pink. HEX triplet: FE, 85 and B7. RGB value is (254,133,183). Sum of RGB (Red+Green+Blue) = 254+133+183=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B7 is #017A48. Grayscale: #AEAEAE. Windows color (decimal): -96841 or 12027390. OLE color: 12027390.

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

Color convert

RGB254133183-
CMYK00.480.280.00
HSL335.21º98.37%75.88%-
HSV(B)335.21º47.64%99.61%-
XYZ57.8141.2649.72-
YUV174.88132.59184.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=44.56%
G=23.33%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413318300.480.280.00335.2198.3775.88
HexFE85B70301C014f624c
Octal376205267060340517142114
Binary111111101000010110110111011000011100010100111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85B7; }

 p { color: rgb(254,133,183); }

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

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

 a { background-color: rgb(254,133,183); }

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

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

 span { border-color: rgb(254,133,183); }

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