#FC8ABB

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

Shades of Tea Rose #FC8ABB

Tints of Tea Rose #FC8ABB

Color information

#FC8ABB (or 0xFC8ABB) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and BB. RGB value is (252,138,187). Sum of RGB (Red+Green+Blue) = 252+138+187=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ABB is #037544. Grayscale: #B1B1B1. Windows color (decimal): -226629 or 12290812. OLE color: 12290812.

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

Color convert

RGB252138187-
CMYK00.450.260.01
HSL334.21º95%76.47%-
HSV(B)334.21º45.24%98.82%-
XYZ58.242.4652.14-
YUV177.67133.27181.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=43.67%
G=23.92%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213818700.450.260.01334.219576.47
HexFC8ABB02D1A114e5f4c
Octal374212273055321516137114
Binary111111001000101010111011010110111010110100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ABB; }

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

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

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

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

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

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

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

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