#FF85C2

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

Shades of Tea Rose #FF85C2

Tints of Tea Rose #FF85C2

Color information

#FF85C2 (or 0xFF85C2) is unknown color: approx Tea Rose. HEX triplet: FF, 85 and C2. RGB value is (255,133,194). Sum of RGB (Red+Green+Blue) = 255+133+194=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C2 is #007A3D. Grayscale: #B0B0B0. Windows color (decimal): -31294 or 12748287. OLE color: 12748287.

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

Color convert

RGB255133194-
CMYK00.480.240
HSL330º100%76.08%-
HSV(B)330º47.84%100%-
XYZ59.3741.9356-
YUV176.43137.92184.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 133 (52.34% from 255) = 22.85%
BLUE value IS 194 (76.17% from 255) = 33.33%
R=43.81%
G=22.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513319400.480.24033010076.08
HexFF85C203018014a644c
Octal377205302060300512144114
Binary111111111000010111000010011000011000010100101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85C2; }

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

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

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

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

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

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

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

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