#FC8FBA

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

Shades of Tea Rose #FC8FBA

Tints of Tea Rose #FC8FBA

Color information

#FC8FBA (or 0xFC8FBA) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and BA. RGB value is (252,143,186). Sum of RGB (Red+Green+Blue) = 252+143+186=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBA is #037045. Grayscale: #B4B4B4. Windows color (decimal): -225350 or 12226556. OLE color: 12226556.

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

Color convert

RGB252143186-
CMYK00.430.260.01
HSL336.33º94.78%77.45%-
HSV(B)336.33º43.25%98.82%-
XYZ58.8343.8951.82-
YUV180.49131.11179-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=43.37%
G=24.61%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214318600.430.260.01336.3394.7877.45
HexFC8FBA02B1A11505f4d
Octal374217272053321520137115
Binary111111001000111110111010010101111010110101000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FBA; }

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

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

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

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

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

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

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

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