#FF8ABF

Color #FF8ABF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF8ABF

Tints of Tea Rose #FF8ABF

Color information

#FF8ABF (or 0xFF8ABF) is unknown color: approx Tea Rose. HEX triplet: FF, 8A and BF. RGB value is (255,138,191). Sum of RGB (Red+Green+Blue) = 255+138+191=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ABF is #007540. Grayscale: #B2B2B2. Windows color (decimal): -30017 or 12552959. OLE color: 12552959.

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

Color convert

RGB255138191-
CMYK00.460.250
HSL332.82º100%77.06%-
HSV(B)332.82º45.88%100%-
XYZ59.7343.254.48-
YUV179.02134.76182.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 191 (75% from 255) = 32.71%
R=43.66%
G=23.63%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513819100.460.250332.8210077.06
HexFF8ABF02E19014d644d
Octal377212277056310515144115
Binary111111111000101010111111010111011001010100110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8ABF; }

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

 H1.HeaderClassName
 {
   color: #FF8ABF;
 }
 .AnyTagClassName
 {
   color: #FF8ABF;
 }
</style>
background-color css

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

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

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

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

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

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