#F98DCE

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

Shades of Tea Rose #F98DCE

Tints of Tea Rose #F98DCE

Color information

#F98DCE (or 0xF98DCE) is unknown color: approx Tea Rose. HEX triplet: F9, 8D and CE. RGB value is (249,141,206). Sum of RGB (Red+Green+Blue) = 249+141+206=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DCE is #067231. Grayscale: #B4B4B4. Windows color (decimal): -422450 or 13536761. OLE color: 13536761.

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

Color convert

RGB249141206-
CMYK00.430.170.02
HSL323.89º90%76.47%-
HSV(B)323.89º43.37%97.65%-
XYZ59.7343.6563.67-
YUV180.7142.28176.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=41.78%
G=23.66%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914120600.430.170.02323.899076.47
HexF98DCE02B1121445a4c
Octal371215316053212504132114
Binary1111100110001101110011100101011100011010100010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DCE; }

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

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

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

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

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

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

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

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