Html Css Color HEX #F988C8 Tea Rose

📋 copy color: '#F988C8'

red 249 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #F988C8

Tints of Tea Rose #F988C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 42.56%
G = 23.25%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F988C8 (or 0xF988C8) is known color: Tea Rose. HEX triplet: F9, 88 and C8. RGB value is (249,136,200). Sum of RGB (Red+Green+Blue) = 249+136+200=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F988C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988C8 is #067737. Grayscale: #B0B0B0. Windows color (decimal): -423736 or 13142265. OLE color: 13142265.

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

Color convert

RGB 249 136 200 -
CMYK 0 0.45 0.20 0.02
HSL 326.02º 0.9% 0.75% -
HSV(B) 326.02º 0.45% 0.98% -
XYZ 58.3 41.92 59.66 -
YUV 177.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 249 136 200 0 0.45 0.20 0.02 326.02 0.9 0.75
Hex F9 88 C8 0 2D 14 2 146 5A 4B
Octal 371 210 310 0 55 24 2 506 132 113
Binary 11111001 10001000 11001000 0 101101 10100 10 101000110 1011010 1001011

Color Harmonies of #F988C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988C8

Black with #F988C8

Text Example


Text Example

White with #F988C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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