Html Css Color HEX #FE7FB8 Persian Pink

📋 copy color: '#FE7FB8'

red 254 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #FE7FB8

Tints of Persian Pink #FE7FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 22.48%

 BLUE value IS 184 (72.27% from 255) = 32.57%

R = 44.96%
G = 22.48%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE7FB8 (or 0xFE7FB8) is known color: Persian Pink. HEX triplet: FE, 7F and B8. RGB value is (254,127,184). Sum of RGB (Red+Green+Blue) = 254+127+184=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FB8 is #018047. Grayscale: #ABABAB. Windows color (decimal): -98376 or 12091390. OLE color: 12091390.

HSL color Cylindrical-coordinate representation of color #FE7FB8: hue angle of 333.07º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FB8 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 184 -
CMYK 0 0.50 0.28 0.00
HSL 333.07º 0.98% 0.75% -
HSV(B) 333.07º 0.5% 1% -
XYZ 57.11 39.71 50 -
YUV 171.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 254 127 184 0 0.50 0.28 0.00 333.07 0.98 0.75
Hex FE 7F B8 0 32 1C 0 14D 62 4B
Octal 376 177 270 0 62 34 0 515 142 113
Binary 11111110 1111111 10111000 0 110010 11100 0 101001101 1100010 1001011

Color Harmonies of #FE7FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FB8

Black with #FE7FB8

Text Example


Text Example

White with #FE7FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FB8; }

 p { color: rgb(254,127,184); }

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

background-color css

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

 a { background-color: rgb(254,127,184); }

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

border-color css

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

 span { border-color: rgb(254,127,184); }

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