#FE7DBA

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

Shades of Persian Pink #FE7DBA

Tints of Persian Pink #FE7DBA

Color information

#FE7DBA (or 0xFE7DBA) is unknown color: approx Persian Pink. HEX triplet: FE, 7D and BA. RGB value is (254,125,186). Sum of RGB (Red+Green+Blue) = 254+125+186=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DBA is #018245. Grayscale: #AAAAAA. Windows color (decimal): -98886 or 12221950. OLE color: 12221950.

HSL color Cylindrical-coordinate representation of color #FE7DBA: hue angle of 331.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DBA is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254125186-
CMYK00.510.270.00
HSL331.63º98.47%74.31%-
HSV(B)331.63º50.79%99.61%-
XYZ57.0739.2851.03-
YUV170.52136.74187.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=44.96%
G=22.12%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412518600.510.270.00331.6398.4774.31
HexFE7DBA0331B014c624a
Octal376175272063330514142112
Binary11111110111110110111010011001111011010100110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DBA; }

 p { color: rgb(254,125,186); }

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

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

 a { background-color: rgb(254,125,186); }

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

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

 span { border-color: rgb(254,125,186); }

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