#FC88C0

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

Shades of Tea Rose #FC88C0

Tints of Tea Rose #FC88C0

Color information

#FC88C0 (or 0xFC88C0) is unknown color: approx Tea Rose. HEX triplet: FC, 88 and C0. RGB value is (252,136,192). Sum of RGB (Red+Green+Blue) = 252+136+192=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88C0 is #03773F. Grayscale: #B0B0B0. Windows color (decimal): -227136 or 12617980. OLE color: 12617980.

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

Color convert

RGB252136192-
CMYK00.460.240.01
HSL331.03º95.08%76.08%-
HSV(B)331.03º46.03%98.82%-
XYZ58.4642.1154.92-
YUV177.07136.43181.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=43.45%
G=23.45%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213619200.460.240.01331.0395.0876.08
HexFC88C002E18114b5f4c
Octal374210300056301513137114
Binary111111001000100011000000010111011000110100101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC88C0; }

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

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

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

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

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

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

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

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