#FC8ACF

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

Shades of Tea Rose #FC8ACF

Tints of Tea Rose #FC8ACF

Color information

#FC8ACF (or 0xFC8ACF) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and CF. RGB value is (252,138,207). Sum of RGB (Red+Green+Blue) = 252+138+207=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACF is #037530. Grayscale: #B3B3B3. Windows color (decimal): -226609 or 13601532. OLE color: 13601532.

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

Color convert

RGB252138207-
CMYK00.450.180.01
HSL323.68º95%76.47%-
HSV(B)323.68º45.24%98.82%-
XYZ60.543.3864.22-
YUV179.95143.27179.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 138 (54.30% from 255) = 23.12%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=42.21%
G=23.12%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213820700.450.180.01323.689576.47
HexFC8ACF02D1211445f4c
Octal374212317055221504137114
Binary111111001000101011001111010110110010110100010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ACF; }

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

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

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

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

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

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

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

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