#F98DCC

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

Shades of Tea Rose #F98DCC

Tints of Tea Rose #F98DCC

Color information

#F98DCC (or 0xF98DCC) is unknown color: approx Tea Rose. HEX triplet: F9, 8D and CC. RGB value is (249,141,204). Sum of RGB (Red+Green+Blue) = 249+141+204=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DCC is #067233. Grayscale: #B4B4B4. Windows color (decimal): -422452 or 13405689. OLE color: 13405689.

HSL color Cylindrical-coordinate representation of color #F98DCC: hue angle of 325º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DCC is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249141204-
CMYK00.430.180.02
HSL325º90%76.47%-
HSV(B)325º43.37%97.65%-
XYZ59.4943.5562.4-
YUV180.47141.28176.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=41.92%
G=23.74%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914120400.430.180.023259076.47
HexF98DCC02B1221455a4c
Octal371215314053222505132114
Binary1111100110001101110011000101011100101010100010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DCC; }

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

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

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

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

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

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

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

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