Html Css Color HEX #F97ECE Tea Rose

📋 copy color: '#F97ECE'

red 249 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #F97ECE

Tints of Tea Rose #F97ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.69%

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

R = 42.86%
G = 21.69%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F97ECE (or 0xF97ECE) is known color: Tea Rose. HEX triplet: F9, 7E and CE. RGB value is (249,126,206). Sum of RGB (Red+Green+Blue) = 249+126+206=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ECE is #068131. Grayscale: #ABABAB. Windows color (decimal): -426290 or 13532921. OLE color: 13532921.

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

Color convert

RGB 249 126 206 -
CMYK 0 0.49 0.17 0.02
HSL 320.98º 0.91% 0.74% -
HSV(B) 320.98º 0.49% 0.98% -
XYZ 57.67 39.52 62.98 -
YUV 171.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 249 126 206 0 0.49 0.17 0.02 320.98 0.91 0.74
Hex F9 7E CE 0 31 11 2 141 5B 4A
Octal 371 176 316 0 61 21 2 501 133 112
Binary 11111001 1111110 11001110 0 110001 10001 10 101000001 1011011 1001010

Color Harmonies of #F97ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97ECE

Black with #F97ECE

Text Example


Text Example

White with #F97ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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