#F98DCB

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

Shades of Tea Rose #F98DCB

Tints of Tea Rose #F98DCB

Color information

#F98DCB (or 0xF98DCB) is unknown color: approx Tea Rose. HEX triplet: F9, 8D and CB. RGB value is (249,141,203). Sum of RGB (Red+Green+Blue) = 249+141+203=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DCB is #067234. Grayscale: #B4B4B4. Windows color (decimal): -422453 or 13340153. OLE color: 13340153.

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

Color convert

RGB249141203-
CMYK00.430.180.02
HSL325.56º90%76.47%-
HSV(B)325.56º43.37%97.65%-
XYZ59.3743.561.77-
YUV180.36140.78176.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=41.99%
G=23.78%
B=34.23%

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
Decimal24914120300.430.180.02325.569076.47
HexF98DCB02B1221465a4c
Octal371215313053222506132114
Binary1111100110001101110010110101011100101010100011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DCB; }

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

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

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

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

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

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

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

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