#FC8FD1

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

Shades of Tea Rose #FC8FD1

Tints of Tea Rose #FC8FD1

Color information

#FC8FD1 (or 0xFC8FD1) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and D1. RGB value is (252,143,209). Sum of RGB (Red+Green+Blue) = 252+143+209=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FD1 is #03702E. Grayscale: #B6B6B6. Windows color (decimal): -225327 or 13733884. OLE color: 13733884.

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

Color convert

RGB252143209-
CMYK00.430.170.01
HSL323.67º94.78%77.45%-
HSV(B)323.67º43.25%98.82%-
XYZ61.4844.9465.76-
YUV183.11142.61177.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 143 (56.25% from 255) = 23.68%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=41.72%
G=23.68%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214320900.430.170.01323.6794.7877.45
HexFC8FD102B1111445f4d
Octal374217321053211504137115
Binary111111001000111111010001010101110001110100010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FD1; }

 p { color: rgb(252,143,209); }

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

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

 a { background-color: rgb(252,143,209); }

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

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

 span { border-color: rgb(252,143,209); }

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