#FD8AB7

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

Shades of Persian Pink #FD8AB7

Tints of Persian Pink #FD8AB7

Color information

#FD8AB7 (or 0xFD8AB7) is unknown color: approx Persian Pink. HEX triplet: FD, 8A and B7. RGB value is (253,138,183). Sum of RGB (Red+Green+Blue) = 253+138+183=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8AB7 is #027548. Grayscale: #B1B1B1. Windows color (decimal): -161097 or 12028669. OLE color: 12028669.

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

Color convert

RGB253138183-
CMYK00.450.280.01
HSL336.52º96.64%76.67%-
HSV(B)336.52º45.45%99.22%-
XYZ58.1442.4849.93-
YUV177.52131.1181.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=44.08%
G=24.04%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313818300.450.280.01336.5296.6476.67
HexFD8AB702D1C1151614d
Octal375212267055341521141115
Binary111111011000101010110111010110111100110101000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8AB7; }

 p { color: rgb(253,138,183); }

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

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

 a { background-color: rgb(253,138,183); }

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

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

 span { border-color: rgb(253,138,183); }

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