Html Css Color HEX #FE76BD Persian Pink

📋 copy color: '#FE76BD'

red 254 ◦ green 118 ◦ blue 189

#FE76BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FE76BD

Tints of Persian Pink #FE76BD

RGB

 RED value IS 254 (99.61% from 255) = 45.28%

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 189 (74.22% from 255) = 33.69%

R = 45.28%
G = 21.03%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE76BD (or 0xFE76BD) is known color: Persian Pink. HEX triplet: FE, 76 and BD. RGB value is (254,118,189). Sum of RGB (Red+Green+Blue) = 254+118+189=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76BD is #018942. Grayscale: #A6A6A6. Windows color (decimal): -100675 or 12416766. OLE color: 12416766.

HSL color Cylindrical-coordinate representation of color #FE76BD: hue angle of 328.68º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76BD is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 118 189 -
CMYK 0 0.54 0.26 0.00
HSL 328.68º 0.99% 0.73% -
HSV(B) 328.68º 0.54% 1% -
XYZ 56.54 37.7 52.44 -
YUV 166.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 254 118 189 0 0.54 0.26 0.00 328.68 0.99 0.73
Hex FE 76 BD 0 36 1A 0 149 63 49
Octal 376 166 275 0 66 32 0 511 143 111
Binary 11111110 1110110 10111101 0 110110 11010 0 101001001 1100011 1001001

Color Harmonies of #FE76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76BD

Black with #FE76BD

Text Example


Text Example

White with #FE76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76BD; }

 p { color: rgb(254,118,189); }

 H1.HeaderClassName
 {
   color: #FE76BD;
 }
 .AnyTagClassName
 {
   color: #FE76BD;
 }
</style>

background-color css

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

 a { background-color: rgb(254,118,189); }

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

border-color css

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

 span { border-color: rgb(254,118,189); }

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