Html Css Color HEX #FE7FBA Persian Pink

📋 copy color: '#FE7FBA'

red 254 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #FE7FBA

Tints of Persian Pink #FE7FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 44.8%
G = 22.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE7FBA (or 0xFE7FBA) is known color: Persian Pink. HEX triplet: FE, 7F and BA. RGB value is (254,127,186). Sum of RGB (Red+Green+Blue) = 254+127+186=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FBA is #018045. Grayscale: #ABABAB. Windows color (decimal): -98374 or 12222462. OLE color: 12222462.

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

Color convert

RGB 254 127 186 -
CMYK 0 0.50 0.27 0.00
HSL 332.13º 0.98% 0.75% -
HSV(B) 332.13º 0.5% 1% -
XYZ 57.33 39.79 51.11 -
YUV 171.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 254 127 186 0 0.50 0.27 0.00 332.13 0.98 0.75
Hex FE 7F BA 0 32 1B 0 14C 62 4B
Octal 376 177 272 0 62 33 0 514 142 113
Binary 11111110 1111111 10111010 0 110010 11011 0 101001100 1100010 1001011

Color Harmonies of #FE7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FBA

Black with #FE7FBA

Text Example


Text Example

White with #FE7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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