Html Css Color HEX #F98CCE Tea Rose

📋 copy color: '#F98CCE'

red 249 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #F98CCE

Tints of Tea Rose #F98CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 41.85%
G = 23.53%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F98CCE (or 0xF98CCE) is known color: Tea Rose. HEX triplet: F9, 8C and CE. RGB value is (249,140,206). Sum of RGB (Red+Green+Blue) = 249+140+206=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CCE is #067331. Grayscale: #B3B3B3. Windows color (decimal): -422706 or 13536505. OLE color: 13536505.

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

Color convert

RGB 249 140 206 -
CMYK 0 0.44 0.17 0.02
HSL 323.67º 0.9% 0.76% -
HSV(B) 323.67º 0.44% 0.98% -
XYZ 59.59 43.35 63.62 -
YUV 180.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 249 140 206 0 0.44 0.17 0.02 323.67 0.9 0.76
Hex F9 8C CE 0 2C 11 2 144 5A 4C
Octal 371 214 316 0 54 21 2 504 132 114
Binary 11111001 10001100 11001110 0 101100 10001 10 101000100 1011010 1001100

Color Harmonies of #F98CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CCE

Black with #F98CCE

Text Example


Text Example

White with #F98CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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