Html Css Color HEX #FE7AB4 Persian Pink

📋 copy color: '#FE7AB4'

red 254 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #FE7AB4

Tints of Persian Pink #FE7AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.94%

 BLUE value IS 180 (70.7% from 255) = 32.37%

R = 45.68%
G = 21.94%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE7AB4 (or 0xFE7AB4) is known color: Persian Pink. HEX triplet: FE, 7A and B4. RGB value is (254,122,180). Sum of RGB (Red+Green+Blue) = 254+122+180=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AB4 is #01854B. Grayscale: #A7A7A7. Windows color (decimal): -99660 or 11827966. OLE color: 11827966.

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

Color convert

RGB 254 122 180 -
CMYK 0 0.52 0.29 0.00
HSL 333.64º 0.99% 0.74% -
HSV(B) 333.64º 0.52% 1% -
XYZ 56.07 38.29 47.61 -
YUV 168.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 254 122 180 0 0.52 0.29 0.00 333.64 0.99 0.74
Hex FE 7A B4 0 34 1D 0 14E 63 4A
Octal 376 172 264 0 64 35 0 516 143 112
Binary 11111110 1111010 10110100 0 110100 11101 0 101001110 1100011 1001010

Color Harmonies of #FE7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7AB4

Black with #FE7AB4

Text Example


Text Example

White with #FE7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7AB4; }

 p { color: rgb(254,122,180); }

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

background-color css

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

 a { background-color: rgb(254,122,180); }

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

border-color css

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

 span { border-color: rgb(254,122,180); }

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