#FC88C1

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

Shades of Tea Rose #FC88C1

Tints of Tea Rose #FC88C1

Color information

#FC88C1 (or 0xFC88C1) is unknown color: approx Tea Rose. HEX triplet: FC, 88 and C1. RGB value is (252,136,193). Sum of RGB (Red+Green+Blue) = 252+136+193=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88C1 is #03773E. Grayscale: #B1B1B1. Windows color (decimal): -227135 or 12683516. OLE color: 12683516.

HSL color Cylindrical-coordinate representation of color #FC88C1: hue angle of 330.52º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC88C1 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252136193-
CMYK00.460.230.01
HSL330.52º95.08%76.08%-
HSV(B)330.52º46.03%98.82%-
XYZ58.5742.1555.5-
YUV177.18136.93181.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 136 (53.52% from 255) = 23.41%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=43.37%
G=23.41%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213619300.460.230.01330.5295.0876.08
HexFC88C102E17114b5f4c
Octal374210301056271513137114
Binary111111001000100011000001010111010111110100101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC88C1; }

 p { color: rgb(252,136,193); }

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

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

 a { background-color: rgb(252,136,193); }

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

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

 span { border-color: rgb(252,136,193); }

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