#FD84BA

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

Shades of Persian Pink #FD84BA

Tints of Persian Pink #FD84BA

Color information

#FD84BA (or 0xFD84BA) is unknown color: approx Persian Pink. HEX triplet: FD, 84 and BA. RGB value is (253,132,186). Sum of RGB (Red+Green+Blue) = 253+132+186=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84BA is #027B45. Grayscale: #AEAEAE. Windows color (decimal): -162630 or 12223741. OLE color: 12223741.

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

Color convert

RGB253132186-
CMYK00.480.260.01
HSL333.22º96.8%75.49%-
HSV(B)333.22º47.83%99.22%-
XYZ57.6240.9351.32-
YUV174.33134.59184.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=44.31%
G=23.12%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313218600.480.260.01333.2296.875.49
HexFD84BA0301A114d614b
Octal375204272060321515141113
Binary111111011000010010111010011000011010110100110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84BA; }

 p { color: rgb(253,132,186); }

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

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

 a { background-color: rgb(253,132,186); }

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

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

 span { border-color: rgb(253,132,186); }

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