Html Css Color HEX #FE7FBC Persian Pink

📋 copy color: '#FE7FBC'

red 254 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #FE7FBC

Tints of Persian Pink #FE7FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 44.64%
G = 22.32%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE7FBC (or 0xFE7FBC) is known color: Persian Pink. HEX triplet: FE, 7F and BC. RGB value is (254,127,188). Sum of RGB (Red+Green+Blue) = 254+127+188=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FBC is #018043. Grayscale: #ABABAB. Windows color (decimal): -98372 or 12353534. OLE color: 12353534.

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

Color convert

RGB 254 127 188 -
CMYK 0 0.50 0.26 0.00
HSL 331.18º 0.98% 0.75% -
HSV(B) 331.18º 0.5% 1% -
XYZ 57.54 39.88 52.24 -
YUV 171.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 254 127 188 0 0.50 0.26 0.00 331.18 0.98 0.75
Hex FE 7F BC 0 32 1A 0 14B 62 4B
Octal 376 177 274 0 62 32 0 513 142 113
Binary 11111110 1111111 10111100 0 110010 11010 0 101001011 1100010 1001011

Color Harmonies of #FE7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FBC

Black with #FE7FBC

Text Example


Text Example

White with #FE7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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