#FC8FBC

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

Shades of Tea Rose #FC8FBC

Tints of Tea Rose #FC8FBC

Color information

#FC8FBC (or 0xFC8FBC) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and BC. RGB value is (252,143,188). Sum of RGB (Red+Green+Blue) = 252+143+188=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBC is #037043. Grayscale: #B4B4B4. Windows color (decimal): -225348 or 12357628. OLE color: 12357628.

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

Color convert

RGB252143188-
CMYK00.430.250.01
HSL335.23º94.78%77.45%-
HSV(B)335.23º43.25%98.82%-
XYZ59.0443.9752.95-
YUV180.72132.11178.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=43.22%
G=24.53%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214318800.430.250.01335.2394.7877.45
HexFC8FBC02B19114f5f4d
Octal374217274053311517137115
Binary111111001000111110111100010101111001110100111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FBC; }

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

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

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

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

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

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

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

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