#FC7DC4

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

Shades of Tea Rose #FC7DC4

Tints of Tea Rose #FC7DC4

Color information

#FC7DC4 (or 0xFC7DC4) is unknown color: approx Tea Rose. HEX triplet: FC, 7D and C4. RGB value is (252,125,196). Sum of RGB (Red+Green+Blue) = 252+125+196=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DC4 is #03823B. Grayscale: #AAAAAA. Windows color (decimal): -229948 or 12877308. OLE color: 12877308.

HSL color Cylindrical-coordinate representation of color #FC7DC4: hue angle of 326.46º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DC4 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252125196-
CMYK00.500.220.01
HSL326.46º95.49%73.92%-
HSV(B)326.46º50.4%98.82%-
XYZ57.4439.3556.79-
YUV171.07142.08185.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 125 (49.22% from 255) = 21.82%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=43.98%
G=21.82%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212519600.500.220.01326.4695.4973.92
HexFC7DC40321611465f4a
Octal374175304062261506137112
Binary11111100111110111000100011001010110110100011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DC4; }

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

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

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

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

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

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

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

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