#F885BD

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

Shades of Tea Rose #F885BD

Tints of Tea Rose #F885BD

Color information

#F885BD (or 0xF885BD) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and BD. RGB value is (248,133,189). Sum of RGB (Red+Green+Blue) = 248+133+189=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F885BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885BD is #077A42. Grayscale: #ADADAD. Windows color (decimal): -490051 or 12420600. OLE color: 12420600.

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

Color convert

RGB248133189-
CMYK00.460.240.03
HSL330.78º89.15%74.71%-
HSV(B)330.78º46.37%97.25%-
XYZ56.2840.4152.98-
YUV173.77136.6180.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.51%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=43.51%
G=23.33%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813318900.460.240.03330.7889.1574.71
HexF885BD02E18314b594b
Octal370205275056303513131113
Binary1111100010000101101111010101110110001110100101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885BD; }

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

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

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

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

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

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

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

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