#F98BCE

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

Shades of Tea Rose #F98BCE

Tints of Tea Rose #F98BCE

Color information

#F98BCE (or 0xF98BCE) is unknown color: approx Tea Rose. HEX triplet: F9, 8B and CE. RGB value is (249,139,206). Sum of RGB (Red+Green+Blue) = 249+139+206=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BCE is #067431. Grayscale: #B3B3B3. Windows color (decimal): -422962 or 13536249. OLE color: 13536249.

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

Color convert

RGB249139206-
CMYK00.440.170.02
HSL323.45º90.16%76.08%-
HSV(B)323.45º44.18%97.65%-
XYZ59.4443.0663.57-
YUV179.53142.94177.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 139 (54.69% from 255) = 23.40%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=41.92%
G=23.40%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913920600.440.170.02323.4590.1676.08
HexF98BCE02C1121435a4c
Octal371213316054212503132114
Binary1111100110001011110011100101100100011010100001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BCE; }

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

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

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

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

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

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

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

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