Html Css Color HEX #FE7ABD Persian Pink

📋 copy color: '#FE7ABD'

red 254 ◦ green 122 ◦ blue 189

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

Shades of Persian Pink #FE7ABD

Tints of Persian Pink #FE7ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 44.96%
G = 21.59%
B = 33.45%

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

#FE7ABD (or 0xFE7ABD) is known color: Persian Pink. HEX triplet: FE, 7A and BD. RGB value is (254,122,189). Sum of RGB (Red+Green+Blue) = 254+122+189=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ABD is #018542. Grayscale: #A8A8A8. Windows color (decimal): -99651 or 12417790. OLE color: 12417790.

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

Color convert

RGB 254 122 189 -
CMYK 0 0.52 0.26 0.00
HSL 329.55º 0.99% 0.74% -
HSV(B) 329.55º 0.52% 1% -
XYZ 57.02 38.66 52.6 -
YUV 169.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 254 122 189 0 0.52 0.26 0.00 329.55 0.99 0.74
Hex FE 7A BD 0 34 1A 0 14A 63 4A
Octal 376 172 275 0 64 32 0 512 143 112
Binary 11111110 1111010 10111101 0 110100 11010 0 101001010 1100011 1001010

Color Harmonies of #FE7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ABD

Black with #FE7ABD

Text Example


Text Example

White with #FE7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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