Html Css Color HEX #F880CE Tea Rose

📋 copy color: '#F880CE'

red 248 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #F880CE

Tints of Tea Rose #F880CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.99%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 42.61%
G = 21.99%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F880CE (or 0xF880CE) is known color: Tea Rose. HEX triplet: F8, 80 and CE. RGB value is (248,128,206). Sum of RGB (Red+Green+Blue) = 248+128+206=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F880CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880CE is #077F31. Grayscale: #ACACAC. Windows color (decimal): -491314 or 13533432. OLE color: 13533432.

HSL color Cylindrical-coordinate representation of color #F880CE: hue angle of 321º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880CE is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 128 206 -
CMYK 0 0.48 0.17 0.03
HSL 321º 0.9% 0.74% -
HSV(B) 321º 0.48% 0.97% -
XYZ 57.57 39.85 63.05 -
YUV 172.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 248 128 206 0 0.48 0.17 0.03 321 0.9 0.74
Hex F8 80 CE 0 30 11 3 141 5A 4A
Octal 370 200 316 0 60 21 3 501 132 112
Binary 11111000 10000000 11001110 0 110000 10001 11 101000001 1011010 1001010

Color Harmonies of #F880CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880CE

Black with #F880CE

Text Example


Text Example

White with #F880CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880CE; }

 p { color: rgb(248,128,206); }

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

background-color css

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

 a { background-color: rgb(248,128,206); }

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

border-color css

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

 span { border-color: rgb(248,128,206); }

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