#FD8AB6

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

Shades of Persian Pink #FD8AB6

Tints of Persian Pink #FD8AB6

Color information

#FD8AB6 (or 0xFD8AB6) is unknown color: approx Persian Pink. HEX triplet: FD, 8A and B6. RGB value is (253,138,182). Sum of RGB (Red+Green+Blue) = 253+138+182=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8AB6 is #027549. Grayscale: #B1B1B1. Windows color (decimal): -161098 or 11963133. OLE color: 11963133.

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

Color convert

RGB253138182-
CMYK00.450.280.01
HSL337.04º96.64%76.67%-
HSV(B)337.04º45.45%99.22%-
XYZ58.0442.4449.39-
YUV177.4130.6181.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=44.15%
G=24.08%
B=31.76%

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
Decimal25313818200.450.280.01337.0496.6476.67
HexFD8AB602D1C1151614d
Octal375212266055341521141115
Binary111111011000101010110110010110111100110101000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8AB6; }

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

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

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

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

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

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

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

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