#FE85C2

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

Shades of Tea Rose #FE85C2

Tints of Tea Rose #FE85C2

Color information

#FE85C2 (or 0xFE85C2) is unknown color: approx Tea Rose. HEX triplet: FE, 85 and C2. RGB value is (254,133,194). Sum of RGB (Red+Green+Blue) = 254+133+194=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C2 is #017A3D. Grayscale: #B0B0B0. Windows color (decimal): -96830 or 12748286. OLE color: 12748286.

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

Color convert

RGB254133194-
CMYK00.480.240.00
HSL329.75º98.37%75.88%-
HSV(B)329.75º47.64%99.61%-
XYZ5941.7455.99-
YUV176.13138.09183.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=43.72%
G=22.89%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413319400.480.240.00329.7598.3775.88
HexFE85C203018014a624c
Octal376205302060300512142114
Binary111111101000010111000010011000011000010100101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85C2; }

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

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

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

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

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

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

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

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