#F880CE

Color #F880CE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F880CE

Tints of Tea Rose #F880CE

Color information

#F880CE (or 0xF880CE) is unknown color: approx 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

RGB248128206-
CMYK00.480.170.03
HSL321º89.55%73.73%-
HSV(B)321º48.39%97.25%-
XYZ57.5739.8563.05-
YUV172.77146.76181.66-

RGB Variations

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

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.40%
R=42.61%
G=21.99%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812820600.480.170.0332189.5573.73
HexF880CE0301131415a4a
Octal370200316060213501132112
Binary1111100010000000110011100110000100011110100000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F880CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>