#FC84CD

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

Shades of Tea Rose #FC84CD

Tints of Tea Rose #FC84CD

Color information

#FC84CD (or 0xFC84CD) is unknown color: approx Tea Rose. HEX triplet: FC, 84 and CD. RGB value is (252,132,205). Sum of RGB (Red+Green+Blue) = 252+132+205=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84CD is #037B32. Grayscale: #B0B0B0. Windows color (decimal): -228147 or 13468924. OLE color: 13468924.

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

Color convert

RGB252132205-
CMYK00.480.190.01
HSL323.5º95.24%75.29%-
HSV(B)323.5º47.62%98.82%-
XYZ59.4241.6162.66-
YUV176.2144.26182.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 132 (51.95% from 255) = 22.41%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=42.78%
G=22.41%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213220500.480.190.01323.595.2475.29
HexFC84CD0301311445f4b
Octal374204315060231504137113
Binary111111001000010011001101011000010011110100010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84CD; }

 p { color: rgb(252,132,205); }

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

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

 a { background-color: rgb(252,132,205); }

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

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

 span { border-color: rgb(252,132,205); }

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