Html Css Color HEX #FE7ABB Persian Pink

📋 copy color: '#FE7ABB'

red 254 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #FE7ABB

Tints of Persian Pink #FE7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 45.12%
G = 21.67%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE7ABB (or 0xFE7ABB) is known color: Persian Pink. HEX triplet: FE, 7A and BB. RGB value is (254,122,187). Sum of RGB (Red+Green+Blue) = 254+122+187=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ABB is #018544. Grayscale: #A8A8A8. Windows color (decimal): -99653 or 12286718. OLE color: 12286718.

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

Color convert

RGB 254 122 187 -
CMYK 0 0.52 0.26 0.00
HSL 330.45º 0.99% 0.74% -
HSV(B) 330.45º 0.52% 1% -
XYZ 56.8 38.58 51.47 -
YUV 168.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 254 122 187 0 0.52 0.26 0.00 330.45 0.99 0.74
Hex FE 7A BB 0 34 1A 0 14A 63 4A
Octal 376 172 273 0 64 32 0 512 143 112
Binary 11111110 1111010 10111011 0 110100 11010 0 101001010 1100011 1001010

Color Harmonies of #FE7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ABB

Black with #FE7ABB

Text Example


Text Example

White with #FE7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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