#FC8ABF

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

Shades of Tea Rose #FC8ABF

Tints of Tea Rose #FC8ABF

Color information

#FC8ABF (or 0xFC8ABF) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and BF. RGB value is (252,138,191). Sum of RGB (Red+Green+Blue) = 252+138+191=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ABF is #037540. Grayscale: #B2B2B2. Windows color (decimal): -226625 or 12552956. OLE color: 12552956.

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

Color convert

RGB252138191-
CMYK00.450.240.01
HSL332.11º95%76.47%-
HSV(B)332.11º45.24%98.82%-
XYZ58.6442.6354.43-
YUV178.13135.27180.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 191 (75% from 255) = 32.87%
R=43.37%
G=23.75%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213819100.450.240.01332.119576.47
HexFC8ABF02D18114c5f4c
Octal374212277055301514137114
Binary111111001000101010111111010110111000110100110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ABF; }

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

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

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

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

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

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

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

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