#F885C6

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

Shades of Tea Rose #F885C6

Tints of Tea Rose #F885C6

Color information

#F885C6 (or 0xF885C6) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and C6. RGB value is (248,133,198). Sum of RGB (Red+Green+Blue) = 248+133+198=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F885C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885C6 is #077A39. Grayscale: #AEAEAE. Windows color (decimal): -490042 or 13010424. OLE color: 13010424.

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

Color convert

RGB248133198-
CMYK00.460.200.03
HSL326.09º89.15%74.71%-
HSV(B)326.09º46.37%97.25%-
XYZ57.2940.8158.28-
YUV174.8141.1180.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 133 (52.34% from 255) = 22.97%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=42.83%
G=22.97%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813319800.460.200.03326.0989.1574.71
HexF885C602E143146594b
Octal370205306056243506131113
Binary1111100010000101110001100101110101001110100011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885C6; }

 p { color: rgb(248,133,198); }

 H1.HeaderClassName
 {
   color: #F885C6;
 }
 .AnyTagClassName
 {
   color: #F885C6;
 }
</style>
background-color css

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

 a { background-color: rgb(248,133,198); }

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

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

 span { border-color: rgb(248,133,198); }

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