#FC8ACB

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

Shades of Tea Rose #FC8ACB

Tints of Tea Rose #FC8ACB

Color information

#FC8ACB (or 0xFC8ACB) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and CB. RGB value is (252,138,203). Sum of RGB (Red+Green+Blue) = 252+138+203=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACB is #037534. Grayscale: #B3B3B3. Windows color (decimal): -226613 or 13339388. OLE color: 13339388.

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

Color convert

RGB252138203-
CMYK00.450.190.01
HSL325.79º95%76.47%-
HSV(B)325.79º45.24%98.82%-
XYZ60.0143.1861.67-
YUV179.5141.27179.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=42.50%
G=23.27%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213820300.450.190.01325.799576.47
HexFC8ACB02D1311465f4c
Octal374212313055231506137114
Binary111111001000101011001011010110110011110100011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ACB; }

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

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

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

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

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

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

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

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