#F885C8

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

Shades of Tea Rose #F885C8

Tints of Tea Rose #F885C8

Color information

#F885C8 (or 0xF885C8) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and C8. RGB value is (248,133,200). Sum of RGB (Red+Green+Blue) = 248+133+200=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F885C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885C8 is #077A37. Grayscale: #AEAEAE. Windows color (decimal): -490040 or 13141496. OLE color: 13141496.

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

Color convert

RGB248133200-
CMYK00.460.190.03
HSL325.04º89.15%74.71%-
HSV(B)325.04º46.37%97.25%-
XYZ57.5240.959.51-
YUV175.02142.1180.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=42.69%
G=22.89%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813320000.460.190.03325.0489.1574.71
HexF885C802E133145594b
Octal370205310056233505131113
Binary1111100010000101110010000101110100111110100010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885C8; }

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

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

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

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

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

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

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

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