Html Css Color HEX #FE8AB8 Persian Pink

📋 copy color: '#FE8AB8'

red 254 ◦ green 138 ◦ blue 184

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

Shades of Persian Pink #FE8AB8

Tints of Persian Pink #FE8AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.96%

 BLUE value IS 184 (72.27% from 255) = 31.94%

R = 44.1%
G = 23.96%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE8AB8 (or 0xFE8AB8) is known color: Persian Pink. HEX triplet: FE, 8A and B8. RGB value is (254,138,184). Sum of RGB (Red+Green+Blue) = 254+138+184=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AB8 is #017547. Grayscale: #B1B1B1. Windows color (decimal): -95560 or 12094206. OLE color: 12094206.

HSL color Cylindrical-coordinate representation of color #FE8AB8: hue angle of 336.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AB8 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 138 184 -
CMYK 0 0.46 0.28 0.00
HSL 336.21º 0.98% 0.77% -
HSV(B) 336.21º 0.46% 1% -
XYZ 58.61 42.71 50.5 -
YUV 177.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 254 138 184 0 0.46 0.28 0.00 336.21 0.98 0.77
Hex FE 8A B8 0 2E 1C 0 150 62 4D
Octal 376 212 270 0 56 34 0 520 142 115
Binary 11111110 10001010 10111000 0 101110 11100 0 101010000 1100010 1001101

Color Harmonies of #FE8AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AB8

Black with #FE8AB8

Text Example


Text Example

White with #FE8AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AB8; }

 p { color: rgb(254,138,184); }

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

background-color css

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

 a { background-color: rgb(254,138,184); }

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

border-color css

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

 span { border-color: rgb(254,138,184); }

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