#F885CA

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

Shades of Tea Rose #F885CA

Tints of Tea Rose #F885CA

Color information

#F885CA (or 0xF885CA) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and CA. RGB value is (248,133,202). Sum of RGB (Red+Green+Blue) = 248+133+202=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F885CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885CA is #077A35. Grayscale: #AFAFAF. Windows color (decimal): -490038 or 13272568. OLE color: 13272568.

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

Color convert

RGB248133202-
CMYK00.460.190.03
HSL324º89.15%74.71%-
HSV(B)324º46.37%97.25%-
XYZ57.764160.75-
YUV175.25143.1179.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.54%
GREEN value IS 133 (52.34% from 255) = 22.81%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=42.54%
G=22.81%
B=34.65%

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
Decimal24813320200.460.190.0332489.1574.71
HexF885CA02E133144594b
Octal370205312056233504131113
Binary1111100010000101110010100101110100111110100010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885CA; }

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

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

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

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

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

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

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

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