#F98BC8

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

Shades of Tea Rose #F98BC8

Tints of Tea Rose #F98BC8

Color information

#F98BC8 (or 0xF98BC8) is unknown color: approx Tea Rose. HEX triplet: F9, 8B and C8. RGB value is (249,139,200). Sum of RGB (Red+Green+Blue) = 249+139+200=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BC8 is #067437. Grayscale: #B2B2B2. Windows color (decimal): -422968 or 13143033. OLE color: 13143033.

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

Color convert

RGB249139200-
CMYK00.440.200.02
HSL326.73º90.16%76.08%-
HSV(B)326.73º44.18%97.65%-
XYZ58.7242.7859.8-
YUV178.84139.94178.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=42.35%
G=23.64%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913920000.440.200.02326.7390.1676.08
HexF98BC802C1421475a4c
Octal371213310054242507132114
Binary1111100110001011110010000101100101001010100011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BC8; }

 p { color: rgb(249,139,200); }

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

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

 a { background-color: rgb(249,139,200); }

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

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

 span { border-color: rgb(249,139,200); }

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