#FC94C1

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

Shades of Tea Rose #FC94C1

Tints of Tea Rose #FC94C1

Color information

#FC94C1 (or 0xFC94C1) is unknown color: approx Tea Rose. HEX triplet: FC, 94 and C1. RGB value is (252,148,193). Sum of RGB (Red+Green+Blue) = 252+148+193=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94C1 is #036B3E. Grayscale: #B8B8B8. Windows color (decimal): -224063 or 12686588. OLE color: 12686588.

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

Color convert

RGB252148193-
CMYK00.410.230.01
HSL334.04º94.55%78.43%-
HSV(B)334.04º41.27%98.82%-
XYZ60.3645.7356.1-
YUV184.23132.96176.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 148 (58.20% from 255) = 24.96%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=42.50%
G=24.96%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214819300.410.230.01334.0494.5578.43
HexFC94C102917114e5f4e
Octal374224301051271516137116
Binary111111001001010011000001010100110111110100111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94C1; }

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

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

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

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

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

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

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

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