#FC85C1

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

Shades of Tea Rose #FC85C1

Tints of Tea Rose #FC85C1

Color information

#FC85C1 (or 0xFC85C1) is unknown color: approx Tea Rose. HEX triplet: FC, 85 and C1. RGB value is (252,133,193). Sum of RGB (Red+Green+Blue) = 252+133+193=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85C1 is #037A3E. Grayscale: #AFAFAF. Windows color (decimal): -227903 or 12682748. OLE color: 12682748.

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

Color convert

RGB252133193-
CMYK00.470.230.01
HSL329.75º95.2%75.49%-
HSV(B)329.75º47.22%98.82%-
XYZ58.1641.3255.36-
YUV175.42137.92182.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 133 (52.34% from 255) = 23.01%
BLUE value IS 193 (75.78% from 255) = 33.39%
R=43.60%
G=23.01%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213319300.470.230.01329.7595.275.49
HexFC85C102F17114a5f4b
Octal374205301057271512137113
Binary111111001000010111000001010111110111110100101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85C1; }

 p { color: rgb(252,133,193); }

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

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

 a { background-color: rgb(252,133,193); }

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

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

 span { border-color: rgb(252,133,193); }

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