Html Css Color HEX #F996CE Tea Rose

📋 copy color: '#F996CE'

red 249 ◦ green 150 ◦ blue 206

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

Shades of Tea Rose #F996CE

Tints of Tea Rose #F996CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.79%

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

R = 41.16%
G = 24.79%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F996CE (or 0xF996CE) is known color: Tea Rose. HEX triplet: F9, 96 and CE. RGB value is (249,150,206). Sum of RGB (Red+Green+Blue) = 249+150+206=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F996CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996CE is #066931. Grayscale: #B9B9B9. Windows color (decimal): -420146 or 13539065. OLE color: 13539065.

HSL color Cylindrical-coordinate representation of color #F996CE: hue angle of 326.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996CE is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 206 -
CMYK 0 0.40 0.17 0.02
HSL 326.06º 0.89% 0.78% -
HSV(B) 326.06º 0.4% 0.98% -
XYZ 61.11 46.41 64.13 -
YUV 185.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 249 150 206 0 0.40 0.17 0.02 326.06 0.89 0.78
Hex F9 96 CE 0 28 11 2 146 59 4E
Octal 371 226 316 0 50 21 2 506 131 116
Binary 11111001 10010110 11001110 0 101000 10001 10 101000110 1011001 1001110

Color Harmonies of #F996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996CE

Black with #F996CE

Text Example


Text Example

White with #F996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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