#F996CC

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

Shades of Tea Rose #F996CC

Tints of Tea Rose #F996CC

Color information

#F996CC (or 0xF996CC) is unknown color: approx Tea Rose. HEX triplet: F9, 96 and CC. RGB value is (249,150,204). Sum of RGB (Red+Green+Blue) = 249+150+204=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F996CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996CC is #066933. Grayscale: #B9B9B9. Windows color (decimal): -420148 or 13407993. OLE color: 13407993.

HSL color Cylindrical-coordinate representation of color #F996CC: hue angle of 327.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996CC is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249150204-
CMYK00.400.180.02
HSL327.27º89.19%78.24%-
HSV(B)327.27º39.76%97.65%-
XYZ60.8746.3162.86-
YUV185.76138.3173.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=41.29%
G=24.88%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915020400.400.180.02327.2789.1978.24
HexF996CC028122147594e
Octal371226314050222507131116
Binary1111100110010110110011000101000100101010100011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996CC; }

 p { color: rgb(249,150,204); }

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

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

 a { background-color: rgb(249,150,204); }

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

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

 span { border-color: rgb(249,150,204); }

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