Html Css Color HEX #F98CBA Tea Rose

📋 copy color: '#F98CBA'

red 249 ◦ green 140 ◦ blue 186

#F98CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F98CBA

Tints of Tea Rose #F98CBA

RGB

 RED value IS 249 (97.66% from 255) = 43.3%

 GREEN value IS 140 (55.08% from 255) = 24.35%

 BLUE value IS 186 (73.05% from 255) = 32.35%

R = 43.3%
G = 24.35%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F98CBA (or 0xF98CBA) is known color: Tea Rose. HEX triplet: F9, 8C and BA. RGB value is (249,140,186). Sum of RGB (Red+Green+Blue) = 249+140+186=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CBA is #067345. Grayscale: #B1B1B1. Windows color (decimal): -422726 or 12225785. OLE color: 12225785.

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

Color convert

RGB 249 140 186 -
CMYK 0 0.44 0.25 0.02
HSL 334.68º 0.9% 0.76% -
HSV(B) 334.68º 0.44% 0.98% -
XYZ 57.31 42.44 51.63 -
YUV 177.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 249 140 186 0 0.44 0.25 0.02 334.68 0.9 0.76
Hex F9 8C BA 0 2C 19 2 14F 5A 4C
Octal 371 214 272 0 54 31 2 517 132 114
Binary 11111001 10001100 10111010 0 101100 11001 10 101001111 1011010 1001100

Color Harmonies of #F98CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CBA

Black with #F98CBA

Text Example


Text Example

White with #F98CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CBA; }

 p { color: rgb(249,140,186); }

 H1.HeaderClassName
 {
   color: #F98CBA;
 }
 .AnyTagClassName
 {
   color: #F98CBA;
 }
</style>

background-color css

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

 a { background-color: rgb(249,140,186); }

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

border-color css

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

 span { border-color: rgb(249,140,186); }

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