#FC93BF

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

Shades of Tea Rose #FC93BF

Tints of Tea Rose #FC93BF

Color information

#FC93BF (or 0xFC93BF) is unknown color: approx Tea Rose. HEX triplet: FC, 93 and BF. RGB value is (252,147,191). Sum of RGB (Red+Green+Blue) = 252+147+191=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93BF is #036C40. Grayscale: #B7B7B7. Windows color (decimal): -224321 or 12555260. OLE color: 12555260.

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

Color convert

RGB252147191-
CMYK00.420.240.01
HSL334.86º94.59%78.24%-
HSV(B)334.86º41.67%98.82%-
XYZ59.9845.3254.88-
YUV183.41132.29176.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 191 (75% from 255) = 32.37%
R=42.71%
G=24.92%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214719100.420.240.01334.8694.5978.24
HexFC93BF02A18114f5f4e
Octal374223277052301517137116
Binary111111001001001110111111010101011000110100111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93BF; }

 p { color: rgb(252,147,191); }

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

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

 a { background-color: rgb(252,147,191); }

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

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

 span { border-color: rgb(252,147,191); }

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