Html Css Color HEX #F886CF Tea Rose

📋 copy color: '#F886CF'

red 248 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #F886CF

Tints of Tea Rose #F886CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 42.11%
G = 22.75%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F886CF (or 0xF886CF) is known color: Tea Rose. HEX triplet: F8, 86 and CF. RGB value is (248,134,207). Sum of RGB (Red+Green+Blue) = 248+134+207=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F886CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886CF is #077930. Grayscale: #B0B0B0. Windows color (decimal): -489777 or 13600504. OLE color: 13600504.

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

Color convert

RGB 248 134 207 -
CMYK 0 0.46 0.17 0.03
HSL 321.58º 0.89% 0.75% -
HSV(B) 321.58º 0.46% 0.97% -
XYZ 58.5 41.51 63.96 -
YUV 176.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 248 134 207 0 0.46 0.17 0.03 321.58 0.89 0.75
Hex F8 86 CF 0 2E 11 3 142 59 4B
Octal 370 206 317 0 56 21 3 502 131 113
Binary 11111000 10000110 11001111 0 101110 10001 11 101000010 1011001 1001011

Color Harmonies of #F886CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886CF

Black with #F886CF

Text Example


Text Example

White with #F886CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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