#FD80B9

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

Shades of Persian Pink #FD80B9

Tints of Persian Pink #FD80B9

Color information

#FD80B9 (or 0xFD80B9) is unknown color: approx Persian Pink. HEX triplet: FD, 80 and B9. RGB value is (253,128,185). Sum of RGB (Red+Green+Blue) = 253+128+185=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80B9 is #027F46. Grayscale: #ABABAB. Windows color (decimal): -163655 or 12157181. OLE color: 12157181.

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

Color convert

RGB253128185-
CMYK00.490.270.01
HSL332.64º96.9%74.71%-
HSV(B)332.64º49.41%99.22%-
XYZ56.9839.8250.58-
YUV171.87135.41185.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=44.70%
G=22.61%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312818500.490.270.01332.6496.974.71
HexFD80B90311B114d614b
Octal375200271061331515141113
Binary111111011000000010111001011000111011110100110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80B9; }

 p { color: rgb(253,128,185); }

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

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

 a { background-color: rgb(253,128,185); }

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

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

 span { border-color: rgb(253,128,185); }

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