Html Css Color HEX #F98CB8 Tea Rose

📋 copy color: '#F98CB8'

red 249 ◦ green 140 ◦ blue 184

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

Shades of Tea Rose #F98CB8

Tints of Tea Rose #F98CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.11%

R = 43.46%
G = 24.43%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F98CB8 (or 0xF98CB8) is known color: Tea Rose. HEX triplet: F9, 8C and B8. RGB value is (249,140,184). Sum of RGB (Red+Green+Blue) = 249+140+184=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CB8 is #067347. Grayscale: #B1B1B1. Windows color (decimal): -422728 or 12094713. OLE color: 12094713.

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

Color convert

RGB 249 140 184 -
CMYK 0 0.44 0.26 0.02
HSL 335.78º 0.9% 0.76% -
HSV(B) 335.78º 0.44% 0.98% -
XYZ 57.1 42.36 50.51 -
YUV 177.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 249 140 184 0 0.44 0.26 0.02 335.78 0.9 0.76
Hex F9 8C B8 0 2C 1A 2 150 5A 4C
Octal 371 214 270 0 54 32 2 520 132 114
Binary 11111001 10001100 10111000 0 101100 11010 10 101010000 1011010 1001100

Color Harmonies of #F98CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CB8

Black with #F98CB8

Text Example


Text Example

White with #F98CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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