#FD83BB

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

Shades of Persian Pink #FD83BB

Tints of Persian Pink #FD83BB

Color information

#FD83BB (or 0xFD83BB) is unknown color: approx Persian Pink. HEX triplet: FD, 83 and BB. RGB value is (253,131,187). Sum of RGB (Red+Green+Blue) = 253+131+187=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83BB is #027C44. Grayscale: #ADADAD. Windows color (decimal): -162885 or 12289021. OLE color: 12289021.

HSL color Cylindrical-coordinate representation of color #FD83BB: hue angle of 332.46º 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 #FD83BB is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253131187-
CMYK00.480.260.01
HSL332.46º96.83%75.29%-
HSV(B)332.46º48.22%99.22%-
XYZ57.5940.751.83-
YUV173.86135.42184.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=44.31%
G=22.94%
B=32.75%

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
Decimal25313118700.480.260.01332.4696.8375.29
HexFD83BB0301A114c614b
Octal375203273060321514141113
Binary111111011000001110111011011000011010110100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83BB; }

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

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

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

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

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

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

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

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