#FC8FD0

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

Shades of Tea Rose #FC8FD0

Tints of Tea Rose #FC8FD0

Color information

#FC8FD0 (or 0xFC8FD0) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and D0. RGB value is (252,143,208). Sum of RGB (Red+Green+Blue) = 252+143+208=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FD0 is #03702F. Grayscale: #B6B6B6. Windows color (decimal): -225328 or 13668348. OLE color: 13668348.

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

Color convert

RGB252143208-
CMYK00.430.170.01
HSL324.22º94.78%77.45%-
HSV(B)324.22º43.25%98.82%-
XYZ61.3544.8965.11-
YUV183142.11177.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 143 (56.25% from 255) = 23.71%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=41.79%
G=23.71%
B=34.49%

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
Decimal25214320800.430.170.01324.2294.7877.45
HexFC8FD002B1111445f4d
Octal374217320053211504137115
Binary111111001000111111010000010101110001110100010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FD0; }

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

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

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

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

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

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

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

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