#FC94C4

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

Shades of Tea Rose #FC94C4

Tints of Tea Rose #FC94C4

Color information

#FC94C4 (or 0xFC94C4) is unknown color: approx Tea Rose. HEX triplet: FC, 94 and C4. RGB value is (252,148,196). Sum of RGB (Red+Green+Blue) = 252+148+196=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94C4 is #036B3B. Grayscale: #B8B8B8. Windows color (decimal): -224060 or 12883196. OLE color: 12883196.

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

Color convert

RGB252148196-
CMYK00.410.220.01
HSL332.31º94.55%78.43%-
HSV(B)332.31º41.27%98.82%-
XYZ60.745.8657.88-
YUV184.57134.46176.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=42.28%
G=24.83%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214819600.410.220.01332.3194.5578.43
HexFC94C402916114c5f4e
Octal374224304051261514137116
Binary111111001001010011000100010100110110110100110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94C4; }

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

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

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

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

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

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

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

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