#FE7CB6

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

Shades of Persian Pink #FE7CB6

Tints of Persian Pink #FE7CB6

Color information

#FE7CB6 (or 0xFE7CB6) is unknown color: approx Persian Pink. HEX triplet: FE, 7C and B6. RGB value is (254,124,182). Sum of RGB (Red+Green+Blue) = 254+124+182=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CB6 is #018349. Grayscale: #A9A9A9. Windows color (decimal): -99146 or 11959550. OLE color: 11959550.

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

Color convert

RGB254124182-
CMYK00.510.280.00
HSL333.23º98.48%74.12%-
HSV(B)333.23º51.18%99.61%-
XYZ56.5238.8648.78-
YUV169.48135.07188.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 124 (48.83% from 255) = 22.14%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=45.36%
G=22.14%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412418200.510.280.00333.2398.4874.12
HexFE7CB60331C014d624a
Octal376174266063340515142112
Binary11111110111110010110110011001111100010100110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7CB6; }

 p { color: rgb(254,124,182); }

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

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

 a { background-color: rgb(254,124,182); }

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

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

 span { border-color: rgb(254,124,182); }

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