Html Css Color HEX #F97ECB Tea Rose

📋 copy color: '#F97ECB'

red 249 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #F97ECB

Tints of Tea Rose #F97ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 43.08%
G = 21.8%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F97ECB (or 0xF97ECB) is known color: Tea Rose. HEX triplet: F9, 7E and CB. RGB value is (249,126,203). Sum of RGB (Red+Green+Blue) = 249+126+203=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ECB is #068134. Grayscale: #ABABAB. Windows color (decimal): -426293 or 13336313. OLE color: 13336313.

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

Color convert

RGB 249 126 203 -
CMYK 0 0.49 0.18 0.02
HSL 322.44º 0.91% 0.74% -
HSV(B) 322.44º 0.49% 0.98% -
XYZ 57.31 39.37 61.08 -
YUV 171.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 249 126 203 0 0.49 0.18 0.02 322.44 0.91 0.74
Hex F9 7E CB 0 31 12 2 142 5B 4A
Octal 371 176 313 0 61 22 2 502 133 112
Binary 11111001 1111110 11001011 0 110001 10010 10 101000010 1011011 1001010

Color Harmonies of #F97ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97ECB

Black with #F97ECB

Text Example


Text Example

White with #F97ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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