Html Css Color HEX #F886D3 Tea Rose

📋 copy color: '#F886D3'

red 248 ◦ green 134 ◦ blue 211

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

Shades of Tea Rose #F886D3

Tints of Tea Rose #F886D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.58%

R = 41.82%
G = 22.6%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F886D3 (or 0xF886D3) is known color: Tea Rose. HEX triplet: F8, 86 and D3. RGB value is (248,134,211). Sum of RGB (Red+Green+Blue) = 248+134+211=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F886D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886D3 is #07792C. Grayscale: #B0B0B0. Windows color (decimal): -489773 or 13862648. OLE color: 13862648.

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

Color convert

RGB 248 134 211 -
CMYK 0 0.46 0.15 0.03
HSL 319.47º 0.89% 0.75% -
HSV(B) 319.47º 0.46% 0.97% -
XYZ 58.99 41.71 66.57 -
YUV 176.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 248 134 211 0 0.46 0.15 0.03 319.47 0.89 0.75
Hex F8 86 D3 0 2E F 3 13F 59 4B
Octal 370 206 323 0 56 17 3 477 131 113
Binary 11111000 10000110 11010011 0 101110 1111 11 100111111 1011001 1001011

Color Harmonies of #F886D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886D3

Black with #F886D3

Text Example


Text Example

White with #F886D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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