#F885CC

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

Shades of Tea Rose #F885CC

Tints of Tea Rose #F885CC

Color information

#F885CC (or 0xF885CC) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and CC. RGB value is (248,133,204). Sum of RGB (Red+Green+Blue) = 248+133+204=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F885CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885CC is #077A33. Grayscale: #AFAFAF. Windows color (decimal): -490036 or 13403640. OLE color: 13403640.

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

Color convert

RGB248133204-
CMYK00.460.180.03
HSL322.96º89.15%74.71%-
HSV(B)322.96º46.37%97.25%-
XYZ5841.0962-
YUV175.48144.1179.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=42.39%
G=22.74%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813320400.460.180.03322.9689.1574.71
HexF885CC02E123143594b
Octal370205314056223503131113
Binary1111100010000101110011000101110100101110100001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885CC; }

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

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

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

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

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

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

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

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