#FD7EBA

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

Shades of Persian Pink #FD7EBA

Tints of Persian Pink #FD7EBA

Color information

#FD7EBA (or 0xFD7EBA) is unknown color: approx Persian Pink. HEX triplet: FD, 7E and BA. RGB value is (253,126,186). Sum of RGB (Red+Green+Blue) = 253+126+186=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7EBA is #028145. Grayscale: #AAAAAA. Windows color (decimal): -164166 or 12222205. OLE color: 12222205.

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

Color convert

RGB253126186-
CMYK00.500.260.01
HSL331.65º96.95%74.31%-
HSV(B)331.65º50.2%99.22%-
XYZ56.8339.3551.05-
YUV170.81136.58186.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=44.78%
G=22.30%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312618600.500.260.01331.6596.9574.31
HexFD7EBA0321A114c614a
Octal375176272062321514141112
Binary11111101111111010111010011001011010110100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7EBA; }

 p { color: rgb(253,126,186); }

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

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

 a { background-color: rgb(253,126,186); }

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

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

 span { border-color: rgb(253,126,186); }

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