#F885C7

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

Shades of Tea Rose #F885C7

Tints of Tea Rose #F885C7

Color information

#F885C7 (or 0xF885C7) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and C7. RGB value is (248,133,199). Sum of RGB (Red+Green+Blue) = 248+133+199=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F885C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885C7 is #077A38. Grayscale: #AEAEAE. Windows color (decimal): -490041 or 13075960. OLE color: 13075960.

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

Color convert

RGB248133199-
CMYK00.460.200.03
HSL325.57º89.15%74.71%-
HSV(B)325.57º46.37%97.25%-
XYZ57.4140.8658.89-
YUV174.91141.6180.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=42.76%
G=22.93%
B=34.31%

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
Decimal24813319900.460.200.03325.5789.1574.71
HexF885C702E143146594b
Octal370205307056243506131113
Binary1111100010000101110001110101110101001110100011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885C7; }

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

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

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

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

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

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

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

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