#FC8FBE

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

Shades of Tea Rose #FC8FBE

Tints of Tea Rose #FC8FBE

Color information

#FC8FBE (or 0xFC8FBE) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and BE. RGB value is (252,143,190). Sum of RGB (Red+Green+Blue) = 252+143+190=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBE is #037041. Grayscale: #B4B4B4. Windows color (decimal): -225346 or 12488700. OLE color: 12488700.

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

Color convert

RGB252143190-
CMYK00.430.250.01
HSL334.13º94.78%77.45%-
HSV(B)334.13º43.25%98.82%-
XYZ59.2644.0654.1-
YUV180.95133.11178.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=43.08%
G=24.44%
B=32.48%

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
Decimal25214319000.430.250.01334.1394.7877.45
HexFC8FBE02B19114e5f4d
Octal374217276053311516137115
Binary111111001000111110111110010101111001110100111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FBE; }

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

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

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

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

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

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

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

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