Html Css Color HEX #F98CBB Tea Rose

📋 copy color: '#F98CBB'

red 249 ◦ green 140 ◦ blue 187

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

Shades of Tea Rose #F98CBB

Tints of Tea Rose #F98CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 43.23%
G = 24.31%
B = 32.47%

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

#F98CBB (or 0xF98CBB) is known color: Tea Rose. HEX triplet: F9, 8C and BB. RGB value is (249,140,187). Sum of RGB (Red+Green+Blue) = 249+140+187=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CBB is #067344. Grayscale: #B1B1B1. Windows color (decimal): -422725 or 12291321. OLE color: 12291321.

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

Color convert

RGB 249 140 187 -
CMYK 0 0.44 0.25 0.02
HSL 334.13º 0.9% 0.76% -
HSV(B) 334.13º 0.44% 0.98% -
XYZ 57.41 42.48 52.19 -
YUV 177.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 249 140 187 0 0.44 0.25 0.02 334.13 0.9 0.76
Hex F9 8C BB 0 2C 19 2 14E 5A 4C
Octal 371 214 273 0 54 31 2 516 132 114
Binary 11111001 10001100 10111011 0 101100 11001 10 101001110 1011010 1001100

Color Harmonies of #F98CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CBB

Black with #F98CBB

Text Example


Text Example

White with #F98CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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