#FE85D2

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

Shades of Tea Rose #FE85D2

Tints of Tea Rose #FE85D2

Color information

#FE85D2 (or 0xFE85D2) is unknown color: approx Tea Rose. HEX triplet: FE, 85 and D2. RGB value is (254,133,210). Sum of RGB (Red+Green+Blue) = 254+133+210=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85D2 is #017A2D. Grayscale: #B1B1B1. Windows color (decimal): -96814 or 13796862. OLE color: 13796862.

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

Color convert

RGB254133210-
CMYK00.480.170.00
HSL321.82º98.37%75.88%-
HSV(B)321.82º47.64%99.61%-
XYZ60.8942.565.97-
YUV177.96146.09182.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=42.55%
G=22.28%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413321000.480.170.00321.8298.3775.88
HexFE85D2030110142624c
Octal376205322060210502142114
Binary111111101000010111010010011000010001010100001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85D2; }

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

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

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

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

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

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

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

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