#FD81BB

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

Shades of Persian Pink #FD81BB

Tints of Persian Pink #FD81BB

Color information

#FD81BB (or 0xFD81BB) is unknown color: approx Persian Pink. HEX triplet: FD, 81 and BB. RGB value is (253,129,187). Sum of RGB (Red+Green+Blue) = 253+129+187=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81BB is #027E44. Grayscale: #ACACAC. Windows color (decimal): -163397 or 12288509. OLE color: 12288509.

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

Color convert

RGB253129187-
CMYK00.490.260.01
HSL331.94º96.88%74.9%-
HSV(B)331.94º49.01%99.22%-
XYZ57.3340.1751.75-
YUV172.69136.08185.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=44.46%
G=22.67%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312918700.490.260.01331.9496.8874.9
HexFD81BB0311A114c614b
Octal375201273061321514141113
Binary111111011000000110111011011000111010110100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81BB; }

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

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

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

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

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

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

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

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