#FC88C3

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

Shades of Tea Rose #FC88C3

Tints of Tea Rose #FC88C3

Color information

#FC88C3 (or 0xFC88C3) is unknown color: approx Tea Rose. HEX triplet: FC, 88 and C3. RGB value is (252,136,195). Sum of RGB (Red+Green+Blue) = 252+136+195=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88C3 is #03773C. Grayscale: #B1B1B1. Windows color (decimal): -227133 or 12814588. OLE color: 12814588.

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

Color convert

RGB252136195-
CMYK00.460.230.01
HSL329.48º95.08%76.08%-
HSV(B)329.48º46.03%98.82%-
XYZ58.842.2456.68-
YUV177.41137.93181.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 136 (53.52% from 255) = 23.33%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=43.22%
G=23.33%
B=33.45%

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
Decimal25213619500.460.230.01329.4895.0876.08
HexFC88C302E1711495f4c
Octal374210303056271511137114
Binary111111001000100011000011010111010111110100100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC88C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC88C3; }

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

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

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

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

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

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

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

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