Html Css Color HEX #FE8AB6 Persian Pink

📋 copy color: '#FE8AB6'

red 254 ◦ green 138 ◦ blue 182

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

Shades of Persian Pink #FE8AB6

Tints of Persian Pink #FE8AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 44.25%
G = 24.04%
B = 31.71%

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

#FE8AB6 (or 0xFE8AB6) is known color: Persian Pink. HEX triplet: FE, 8A and B6. RGB value is (254,138,182). Sum of RGB (Red+Green+Blue) = 254+138+182=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AB6 is #017549. Grayscale: #B1B1B1. Windows color (decimal): -95562 or 11963134. OLE color: 11963134.

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

Color convert

RGB 254 138 182 -
CMYK 0 0.46 0.28 0.00
HSL 337.24º 0.98% 0.77% -
HSV(B) 337.24º 0.46% 1% -
XYZ 58.41 42.63 49.41 -
YUV 177.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 254 138 182 0 0.46 0.28 0.00 337.24 0.98 0.77
Hex FE 8A B6 0 2E 1C 0 151 62 4D
Octal 376 212 266 0 56 34 0 521 142 115
Binary 11111110 10001010 10110110 0 101110 11100 0 101010001 1100010 1001101

Color Harmonies of #FE8AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AB6

Black with #FE8AB6

Text Example


Text Example

White with #FE8AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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