#FD7CCA

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

Shades of Tea Rose #FD7CCA

Tints of Tea Rose #FD7CCA

Color information

#FD7CCA (or 0xFD7CCA) is unknown color: approx Tea Rose. HEX triplet: FD, 7C and CA. RGB value is (253,124,202). Sum of RGB (Red+Green+Blue) = 253+124+202=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CCA is #028335. Grayscale: #ABABAB. Windows color (decimal): -164662 or 13270269. OLE color: 13270269.

HSL color Cylindrical-coordinate representation of color #FD7CCA: hue angle of 323.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CCA is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253124202-
CMYK00.510.200.01
HSL323.72º96.99%73.92%-
HSV(B)323.72º50.99%99.22%-
XYZ58.3839.5660.44-
YUV171.46145.24186.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.70%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=43.70%
G=21.42%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312420200.510.200.01323.7296.9973.92
HexFD7CCA033141144614a
Octal375174312063241504141112
Binary11111101111110011001010011001110100110100010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CCA; }

 p { color: rgb(253,124,202); }

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

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

 a { background-color: rgb(253,124,202); }

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

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

 span { border-color: rgb(253,124,202); }

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