Html Css Color HEX #F889C8 Tea Rose

📋 copy color: '#F889C8'

red 248 ◦ green 137 ◦ blue 200

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

Shades of Tea Rose #F889C8

Tints of Tea Rose #F889C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 42.39%
G = 23.42%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F889C8 (or 0xF889C8) is known color: Tea Rose. HEX triplet: F8, 89 and C8. RGB value is (248,137,200). Sum of RGB (Red+Green+Blue) = 248+137+200=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C8 is #077637. Grayscale: #B1B1B1. Windows color (decimal): -489016 or 13142520. OLE color: 13142520.

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

Color convert

RGB 248 137 200 -
CMYK 0 0.45 0.19 0.03
HSL 325.95º 0.89% 0.75% -
HSV(B) 325.95º 0.45% 0.97% -
XYZ 58.08 42.02 59.69 -
YUV 177.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 248 137 200 0 0.45 0.19 0.03 325.95 0.89 0.75
Hex F8 89 C8 0 2D 13 3 146 59 4B
Octal 370 211 310 0 55 23 3 506 131 113
Binary 11111000 10001001 11001000 0 101101 10011 11 101000110 1011001 1001011

Color Harmonies of #F889C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F889C8

Black with #F889C8

Text Example


Text Example

White with #F889C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F889C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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