#FC8ABC

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

Shades of Tea Rose #FC8ABC

Tints of Tea Rose #FC8ABC

Color information

#FC8ABC (or 0xFC8ABC) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and BC. RGB value is (252,138,188). Sum of RGB (Red+Green+Blue) = 252+138+188=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ABC is #037543. Grayscale: #B1B1B1. Windows color (decimal): -226628 or 12356348. OLE color: 12356348.

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

Color convert

RGB252138188-
CMYK00.450.250.01
HSL333.68º95%76.47%-
HSV(B)333.68º45.24%98.82%-
XYZ58.3142.552.71-
YUV177.79133.77180.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=43.60%
G=23.88%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213818800.450.250.01333.689576.47
HexFC8ABC02D19114e5f4c
Octal374212274055311516137114
Binary111111001000101010111100010110111001110100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ABC; }

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

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

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

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

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

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

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

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