#FE88CA

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

Shades of Tea Rose #FE88CA

Tints of Tea Rose #FE88CA

Color information

#FE88CA (or 0xFE88CA) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and CA. RGB value is (254,136,202). Sum of RGB (Red+Green+Blue) = 254+136+202=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88CA is #017735. Grayscale: #B2B2B2. Windows color (decimal): -96054 or 13273342. OLE color: 13273342.

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

Color convert

RGB254136202-
CMYK00.460.200.00
HSL326.44º98.33%76.47%-
HSV(B)326.44º46.46%99.61%-
XYZ60.3442.9460.99-
YUV178.81141.09181.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 136 (53.52% from 255) = 22.97%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=42.91%
G=22.97%
B=34.12%

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
Decimal25413620200.460.200.00326.4498.3376.47
HexFE88CA02E140146624c
Octal376210312056240506142114
Binary111111101000100011001010010111010100010100011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88CA; }

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

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

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

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

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

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

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

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