Html Css Color HEX #F988C2 Tea Rose

📋 copy color: '#F988C2'

red 249 ◦ green 136 ◦ blue 194

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

Shades of Tea Rose #F988C2

Tints of Tea Rose #F988C2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.49%

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 43.01%
G = 23.49%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F988C2 (or 0xF988C2) is known color: Tea Rose. HEX triplet: F9, 88 and C2. RGB value is (249,136,194). Sum of RGB (Red+Green+Blue) = 249+136+194=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F988C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988C2 is #06773D. Grayscale: #B0B0B0. Windows color (decimal): -423742 or 12749049. OLE color: 12749049.

HSL color Cylindrical-coordinate representation of color #F988C2: hue angle of 329.2º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988C2 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 136 194 -
CMYK 0 0.45 0.22 0.02
HSL 329.2º 0.9% 0.75% -
HSV(B) 329.2º 0.45% 0.98% -
XYZ 57.61 41.64 56.04 -
YUV 176.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 249 136 194 0 0.45 0.22 0.02 329.2 0.9 0.75
Hex F9 88 C2 0 2D 16 2 149 5A 4B
Octal 371 210 302 0 55 26 2 511 132 113
Binary 11111001 10001000 11000010 0 101101 10110 10 101001001 1011010 1001011

Color Harmonies of #F988C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988C2

Black with #F988C2

Text Example


Text Example

White with #F988C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988C2; }

 p { color: rgb(249,136,194); }

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

background-color css

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

 a { background-color: rgb(249,136,194); }

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

border-color css

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

 span { border-color: rgb(249,136,194); }

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