#FE85CB

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

Shades of Tea Rose #FE85CB

Tints of Tea Rose #FE85CB

Color information

#FE85CB (or 0xFE85CB) is unknown color: approx Tea Rose. HEX triplet: FE, 85 and CB. RGB value is (254,133,203). Sum of RGB (Red+Green+Blue) = 254+133+203=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85CB is #017A34. Grayscale: #B1B1B1. Windows color (decimal): -96821 or 13338110. OLE color: 13338110.

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

Color convert

RGB254133203-
CMYK00.480.200.00
HSL325.29º98.37%75.88%-
HSV(B)325.29º47.64%99.61%-
XYZ60.0442.1661.47-
YUV177.16142.59182.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=43.05%
G=22.54%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413320300.480.200.00325.2998.3775.88
HexFE85CB030140145624c
Octal376205313060240505142114
Binary111111101000010111001011011000010100010100010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85CB; }

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

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

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

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

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

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

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

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