Html Css Color HEX #FE7CBA Persian Pink

📋 copy color: '#FE7CBA'

red 254 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #FE7CBA

Tints of Persian Pink #FE7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 45.04%
G = 21.99%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE7CBA (or 0xFE7CBA) is known color: Persian Pink. HEX triplet: FE, 7C and BA. RGB value is (254,124,186). Sum of RGB (Red+Green+Blue) = 254+124+186=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CBA is #018345. Grayscale: #A9A9A9. Windows color (decimal): -99142 or 12221694. OLE color: 12221694.

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

Color convert

RGB 254 124 186 -
CMYK 0 0.51 0.27 0.00
HSL 331.38º 0.98% 0.74% -
HSV(B) 331.38º 0.51% 1% -
XYZ 56.94 39.03 50.99 -
YUV 169.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 254 124 186 0 0.51 0.27 0.00 331.38 0.98 0.74
Hex FE 7C BA 0 33 1B 0 14B 62 4A
Octal 376 174 272 0 63 33 0 513 142 112
Binary 11111110 1111100 10111010 0 110011 11011 0 101001011 1100010 1001010

Color Harmonies of #FE7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CBA

Black with #FE7CBA

Text Example


Text Example

White with #FE7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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