#F996CD

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

Shades of Tea Rose #F996CD

Tints of Tea Rose #F996CD

Color information

#F996CD (or 0xF996CD) is unknown color: approx Tea Rose. HEX triplet: F9, 96 and CD. RGB value is (249,150,205). Sum of RGB (Red+Green+Blue) = 249+150+205=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F996CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996CD is #066932. Grayscale: #B9B9B9. Windows color (decimal): -420147 or 13473529. OLE color: 13473529.

HSL color Cylindrical-coordinate representation of color #F996CD: hue angle of 326.67º 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 #F996CD is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249150205-
CMYK00.400.180.02
HSL326.67º89.19%78.24%-
HSV(B)326.67º39.76%97.65%-
XYZ60.9946.3663.49-
YUV185.87138.8173.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=41.23%
G=24.83%
B=33.94%

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
Decimal24915020500.400.180.02326.6789.1978.24
HexF996CD028122147594e
Octal371226315050222507131116
Binary1111100110010110110011010101000100101010100011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996CD; }

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

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

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

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

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

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

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

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