Html Css Color HEX #F889CE Tea Rose

📋 copy color: '#F889CE'

red 248 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #F889CE

Tints of Tea Rose #F889CE

RGB

 RED value IS 248 (97.27% from 255) = 41.96%

 GREEN value IS 137 (53.91% from 255) = 23.18%

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

R = 41.96%
G = 23.18%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F889CE (or 0xF889CE) is known color: Tea Rose. HEX triplet: F8, 89 and CE. RGB value is (248,137,206). Sum of RGB (Red+Green+Blue) = 248+137+206=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CE is #077631. Grayscale: #B1B1B1. Windows color (decimal): -489010 or 13535736. OLE color: 13535736.

HSL color Cylindrical-coordinate representation of color #F889CE: hue angle of 322.7º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889CE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 137 206 -
CMYK 0 0.45 0.17 0.03
HSL 322.7º 0.89% 0.75% -
HSV(B) 322.7º 0.45% 0.97% -
XYZ 58.8 42.3 63.46 -
YUV 178.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 248 137 206 0 0.45 0.17 0.03 322.7 0.89 0.75
Hex F8 89 CE 0 2D 11 3 143 59 4B
Octal 370 211 316 0 55 21 3 503 131 113
Binary 11111000 10001001 11001110 0 101101 10001 11 101000011 1011001 1001011

Color Harmonies of #F889CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F889CE

Black with #F889CE

Text Example


Text Example

White with #F889CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F889CE; }

 p { color: rgb(248,137,206); }

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

background-color css

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

 a { background-color: rgb(248,137,206); }

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

border-color css

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

 span { border-color: rgb(248,137,206); }

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