Html Css Color HEX #FF8AB7 Persian Pink

📋 copy color: '#FF8AB7'

red 255 ◦ green 138 ◦ blue 183

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

Shades of Persian Pink #FF8AB7

Tints of Persian Pink #FF8AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.77%

R = 44.27%
G = 23.96%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF8AB7 (or 0xFF8AB7) is known color: Persian Pink. HEX triplet: FF, 8A and B7. RGB value is (255,138,183). Sum of RGB (Red+Green+Blue) = 255+138+183=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AB7 is #007548. Grayscale: #B2B2B2. Windows color (decimal): -30025 or 12028671. OLE color: 12028671.

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

Color convert

RGB 255 138 183 -
CMYK 0 0.46 0.28 0
HSL 336.92º 1% 0.77% -
HSV(B) 336.92º 0.46% 1% -
XYZ 58.88 42.86 49.97 -
YUV 178.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 255 138 183 0 0.46 0.28 0 336.92 1 0.77
Hex FF 8A B7 0 2E 1C 0 151 64 4D
Octal 377 212 267 0 56 34 0 521 144 115
Binary 11111111 10001010 10110111 0 101110 11100 0 101010001 1100100 1001101

Color Harmonies of #FF8AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AB7

Black with #FF8AB7

Text Example


Text Example

White with #FF8AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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