#FC88C4

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

Shades of Tea Rose #FC88C4

Tints of Tea Rose #FC88C4

Color information

#FC88C4 (or 0xFC88C4) is unknown color: approx Tea Rose. HEX triplet: FC, 88 and C4. RGB value is (252,136,196). Sum of RGB (Red+Green+Blue) = 252+136+196=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88C4 is #03773B. Grayscale: #B1B1B1. Windows color (decimal): -227132 or 12880124. OLE color: 12880124.

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

Color convert

RGB252136196-
CMYK00.460.220.01
HSL328.97º95.08%76.08%-
HSV(B)328.97º46.03%98.82%-
XYZ58.9142.2957.28-
YUV177.52138.43181.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 136 (53.52% from 255) = 23.29%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=43.15%
G=23.29%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213619600.460.220.01328.9795.0876.08
HexFC88C402E1611495f4c
Octal374210304056261511137114
Binary111111001000100011000100010111010110110100100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC88C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC88C4; }

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

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

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

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

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

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

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

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