#FF8ACD

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

Shades of Tea Rose #FF8ACD

Tints of Tea Rose #FF8ACD

Color information

#FF8ACD (or 0xFF8ACD) is unknown color: approx Tea Rose. HEX triplet: FF, 8A and CD. RGB value is (255,138,205). Sum of RGB (Red+Green+Blue) = 255+138+205=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ACD is #007532. Grayscale: #B4B4B4. Windows color (decimal): -30003 or 13470463. OLE color: 13470463.

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

Color convert

RGB255138205-
CMYK00.460.200
HSL325.64º100%77.06%-
HSV(B)325.64º45.88%100%-
XYZ61.3543.8462.99-
YUV180.62141.76181.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 138 (54.30% from 255) = 23.08%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=42.64%
G=23.08%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513820500.460.200325.6410077.06
HexFF8ACD02E140146644d
Octal377212315056240506144115
Binary111111111000101011001101010111010100010100011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8ACD; }

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

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

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

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

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

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

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

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