Html Css Color HEX #F98ECB Tea Rose

📋 copy color: '#F98ECB'

red 249 ◦ green 142 ◦ blue 203

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

Shades of Tea Rose #F98ECB

Tints of Tea Rose #F98ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.91%

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

R = 41.92%
G = 23.91%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F98ECB (or 0xF98ECB) is known color: Tea Rose. HEX triplet: F9, 8E and CB. RGB value is (249,142,203). Sum of RGB (Red+Green+Blue) = 249+142+203=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ECB is #067134. Grayscale: #B4B4B4. Windows color (decimal): -422197 or 13340409. OLE color: 13340409.

HSL color Cylindrical-coordinate representation of color #F98ECB: hue angle of 325.79º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98ECB is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 142 203 -
CMYK 0 0.43 0.18 0.02
HSL 325.79º 0.9% 0.77% -
HSV(B) 325.79º 0.43% 0.98% -
XYZ 59.52 43.8 61.82 -
YUV 180.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 249 142 203 0 0.43 0.18 0.02 325.79 0.9 0.77
Hex F9 8E CB 0 2B 12 2 146 5A 4D
Octal 371 216 313 0 53 22 2 506 132 115
Binary 11111001 10001110 11001011 0 101011 10010 10 101000110 1011010 1001101

Color Harmonies of #F98ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98ECB

Black with #F98ECB

Text Example


Text Example

White with #F98ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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