Html Css Color HEX #F886C7 Tea Rose

📋 copy color: '#F886C7'

red 248 ◦ green 134 ◦ blue 199

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

Shades of Tea Rose #F886C7

Tints of Tea Rose #F886C7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.06%

 BLUE value IS 199 (78.13% from 255) = 34.25%

R = 42.69%
G = 23.06%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F886C7 (or 0xF886C7) is known color: Tea Rose. HEX triplet: F8, 86 and C7. RGB value is (248,134,199). Sum of RGB (Red+Green+Blue) = 248+134+199=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F886C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886C7 is #077938. Grayscale: #AFAFAF. Windows color (decimal): -489785 or 13076216. OLE color: 13076216.

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

Color convert

RGB 248 134 199 -
CMYK 0 0.46 0.20 0.03
HSL 325.79º 0.89% 0.75% -
HSV(B) 325.79º 0.46% 0.97% -
XYZ 57.55 41.13 58.94 -
YUV 175.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 248 134 199 0 0.46 0.20 0.03 325.79 0.89 0.75
Hex F8 86 C7 0 2E 14 3 146 59 4B
Octal 370 206 307 0 56 24 3 506 131 113
Binary 11111000 10000110 11000111 0 101110 10100 11 101000110 1011001 1001011

Color Harmonies of #F886C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886C7

Black with #F886C7

Text Example


Text Example

White with #F886C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886C7; }

 p { color: rgb(248,134,199); }

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

background-color css

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

 a { background-color: rgb(248,134,199); }

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

border-color css

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

 span { border-color: rgb(248,134,199); }

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