#FF8ACA

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

Shades of Tea Rose #FF8ACA

Tints of Tea Rose #FF8ACA

Color information

#FF8ACA (or 0xFF8ACA) is unknown color: approx Tea Rose. HEX triplet: FF, 8A and CA. RGB value is (255,138,202). Sum of RGB (Red+Green+Blue) = 255+138+202=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ACA is #007535. Grayscale: #B4B4B4. Windows color (decimal): -30006 or 13273855. OLE color: 13273855.

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

Color convert

RGB255138202-
CMYK00.460.210
HSL327.18º100%77.06%-
HSV(B)327.18º45.88%100%-
XYZ60.9943.761.1-
YUV180.28140.26181.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=42.86%
G=23.19%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513820200.460.210327.1810077.06
HexFF8ACA02E150147644d
Octal377212312056250507144115
Binary111111111000101011001010010111010101010100011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8ACA; }

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

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

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

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

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

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

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

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