#FF85CE

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

Shades of Tea Rose #FF85CE

Tints of Tea Rose #FF85CE

Color information

#FF85CE (or 0xFF85CE) is unknown color: approx Tea Rose. HEX triplet: FF, 85 and CE. RGB value is (255,133,206). Sum of RGB (Red+Green+Blue) = 255+133+206=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85CE is #007A31. Grayscale: #B1B1B1. Windows color (decimal): -31282 or 13534719. OLE color: 13534719.

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

Color convert

RGB255133206-
CMYK00.480.190
HSL324.1º100%76.08%-
HSV(B)324.1º47.84%100%-
XYZ60.7742.4963.39-
YUV177.8143.92183.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 133 (52.34% from 255) = 22.39%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=42.93%
G=22.39%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513320600.480.190324.110076.08
HexFF85CE030130144644c
Octal377205316060230504144114
Binary111111111000010111001110011000010011010100010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85CE; }

 p { color: rgb(255,133,206); }

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

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

 a { background-color: rgb(255,133,206); }

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

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

 span { border-color: rgb(255,133,206); }

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