Html Css Color HEX #FF8AB6 Persian Pink

📋 copy color: '#FF8AB6'

red 255 ◦ green 138 ◦ blue 182

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

Shades of Persian Pink #FF8AB6

Tints of Persian Pink #FF8AB6

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

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

R = 44.35%
G = 24%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF8AB6 (or 0xFF8AB6) is known color: Persian Pink. HEX triplet: FF, 8A and B6. RGB value is (255,138,182). Sum of RGB (Red+Green+Blue) = 255+138+182=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AB6 is #007549. Grayscale: #B1B1B1. Windows color (decimal): -30026 or 11963135. OLE color: 11963135.

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

Color convert

RGB 255 138 182 -
CMYK 0 0.46 0.29 0
HSL 337.44º 1% 0.77% -
HSV(B) 337.44º 0.46% 1% -
XYZ 58.77 42.81 49.42 -
YUV 178 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 255 138 182 0 0.46 0.29 0 337.44 1 0.77
Hex FF 8A B6 0 2E 1D 0 151 64 4D
Octal 377 212 266 0 56 35 0 521 144 115
Binary 11111111 10001010 10110110 0 101110 11101 0 101010001 1100100 1001101

Color Harmonies of #FF8AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AB6

Black with #FF8AB6

Text Example


Text Example

White with #FF8AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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