Html Css Color HEX #F889C2 Tea Rose

📋 copy color: '#F889C2'

red 248 ◦ green 137 ◦ blue 194

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

Shades of Tea Rose #F889C2

Tints of Tea Rose #F889C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 42.83%
G = 23.66%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F889C2 (or 0xF889C2) is known color: Tea Rose. HEX triplet: F8, 89 and C2. RGB value is (248,137,194). Sum of RGB (Red+Green+Blue) = 248+137+194=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C2 is #07763D. Grayscale: #B0B0B0. Windows color (decimal): -489022 or 12749304. OLE color: 12749304.

HSL color Cylindrical-coordinate representation of color #F889C2: hue angle of 329.19º 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 #F889C2 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 137 194 -
CMYK 0 0.45 0.22 0.03
HSL 329.19º 0.89% 0.75% -
HSV(B) 329.19º 0.45% 0.97% -
XYZ 57.39 41.74 56.07 -
YUV 176.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 248 137 194 0 0.45 0.22 0.03 329.19 0.89 0.75
Hex F8 89 C2 0 2D 16 3 149 59 4B
Octal 370 211 302 0 55 26 3 511 131 113
Binary 11111000 10001001 11000010 0 101101 10110 11 101001001 1011001 1001011

Color Harmonies of #F889C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F889C2

Black with #F889C2

Text Example


Text Example

White with #F889C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F889C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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