#FE88C8

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

Shades of Tea Rose #FE88C8

Tints of Tea Rose #FE88C8

Color information

#FE88C8 (or 0xFE88C8) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and C8. RGB value is (254,136,200). Sum of RGB (Red+Green+Blue) = 254+136+200=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C8 is #017737. Grayscale: #B2B2B2. Windows color (decimal): -96056 or 13142270. OLE color: 13142270.

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

Color convert

RGB254136200-
CMYK00.460.210.00
HSL327.46º98.33%76.47%-
HSV(B)327.46º46.46%99.61%-
XYZ60.142.8559.75-
YUV178.58140.09181.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 136 (53.52% from 255) = 23.05%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=43.05%
G=23.05%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413620000.460.210.00327.4698.3376.47
HexFE88C802E150147624c
Octal376210310056250507142114
Binary111111101000100011001000010111010101010100011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88C8; }

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

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

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

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

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

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

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

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