#FE88BA

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

Shades of Tea Rose #FE88BA

Tints of Tea Rose #FE88BA

Color information

#FE88BA (or 0xFE88BA) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and BA. RGB value is (254,136,186). Sum of RGB (Red+Green+Blue) = 254+136+186=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88BA is #017745. Grayscale: #B0B0B0. Windows color (decimal): -96070 or 12224766. OLE color: 12224766.

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

Color convert

RGB254136186-
CMYK00.460.270.00
HSL334.58º98.33%76.47%-
HSV(B)334.58º46.46%99.61%-
XYZ58.5442.2251.52-
YUV176.98133.09182.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=44.10%
G=23.61%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413618600.460.270.00334.5898.3376.47
HexFE88BA02E1B014f624c
Octal376210272056330517142114
Binary111111101000100010111010010111011011010100111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88BA; }

 p { color: rgb(254,136,186); }

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

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

 a { background-color: rgb(254,136,186); }

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

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

 span { border-color: rgb(254,136,186); }

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