#FE88CB

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

Shades of Tea Rose #FE88CB

Tints of Tea Rose #FE88CB

Color information

#FE88CB (or 0xFE88CB) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and CB. RGB value is (254,136,203). Sum of RGB (Red+Green+Blue) = 254+136+203=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88CB is #017734. Grayscale: #B2B2B2. Windows color (decimal): -96053 or 13338878. OLE color: 13338878.

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

Color convert

RGB254136203-
CMYK00.460.200.00
HSL325.93º98.33%76.47%-
HSV(B)325.93º46.46%99.61%-
XYZ60.4642.9961.61-
YUV178.92141.59181.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=42.83%
G=22.93%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413620300.460.200.00325.9398.3376.47
HexFE88CB02E140146624c
Octal376210313056240506142114
Binary111111101000100011001011010111010100010100011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88CB; }

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

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

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

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

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

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

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

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