Html Css Color HEX #F986CE Tea Rose

📋 copy color: '#F986CE'

red 249 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #F986CE

Tints of Tea Rose #F986CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.75%

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

R = 42.28%
G = 22.75%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F986CE (or 0xF986CE) is known color: Tea Rose. HEX triplet: F9, 86 and CE. RGB value is (249,134,206). Sum of RGB (Red+Green+Blue) = 249+134+206=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F986CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986CE is #067931. Grayscale: #B0B0B0. Windows color (decimal): -424242 or 13534969. OLE color: 13534969.

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

Color convert

RGB 249 134 206 -
CMYK 0 0.46 0.17 0.02
HSL 322.43º 0.91% 0.75% -
HSV(B) 322.43º 0.46% 0.98% -
XYZ 58.73 41.65 63.34 -
YUV 176.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 249 134 206 0 0.46 0.17 0.02 322.43 0.91 0.75
Hex F9 86 CE 0 2E 11 2 142 5B 4B
Octal 371 206 316 0 56 21 2 502 133 113
Binary 11111001 10000110 11001110 0 101110 10001 10 101000010 1011011 1001011

Color Harmonies of #F986CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986CE

Black with #F986CE

Text Example


Text Example

White with #F986CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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