#FC8FC8

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

Shades of Tea Rose #FC8FC8

Tints of Tea Rose #FC8FC8

Color information

#FC8FC8 (or 0xFC8FC8) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and C8. RGB value is (252,143,200). Sum of RGB (Red+Green+Blue) = 252+143+200=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FC8 is #037037. Grayscale: #B5B5B5. Windows color (decimal): -225336 or 13144060. OLE color: 13144060.

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

Color convert

RGB252143200-
CMYK00.430.210.01
HSL328.62º94.78%77.45%-
HSV(B)328.62º43.25%98.82%-
XYZ60.3944.5160.05-
YUV182.09138.11177.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 143 (56.25% from 255) = 24.03%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=42.35%
G=24.03%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214320000.430.210.01328.6294.7877.45
HexFC8FC802B1511495f4d
Octal374217310053251511137115
Binary111111001000111111001000010101110101110100100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FC8; }

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

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

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

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

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

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

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

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