Html Css Color HEX #F886CC Tea Rose

📋 copy color: '#F886CC'

red 248 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #F886CC

Tints of Tea Rose #F886CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 42.32%
G = 22.87%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F886CC (or 0xF886CC) is known color: Tea Rose. HEX triplet: F8, 86 and CC. RGB value is (248,134,204). Sum of RGB (Red+Green+Blue) = 248+134+204=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F886CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886CC is #077933. Grayscale: #AFAFAF. Windows color (decimal): -489780 or 13403896. OLE color: 13403896.

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

Color convert

RGB 248 134 204 -
CMYK 0 0.46 0.18 0.03
HSL 323.16º 0.89% 0.75% -
HSV(B) 323.16º 0.46% 0.97% -
XYZ 58.14 41.37 62.05 -
YUV 176.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 248 134 204 0 0.46 0.18 0.03 323.16 0.89 0.75
Hex F8 86 CC 0 2E 12 3 143 59 4B
Octal 370 206 314 0 56 22 3 503 131 113
Binary 11111000 10000110 11001100 0 101110 10010 11 101000011 1011001 1001011

Color Harmonies of #F886CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886CC

Black with #F886CC

Text Example


Text Example

White with #F886CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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