#F88DCE

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

Shades of Tea Rose #F88DCE

Tints of Tea Rose #F88DCE

Color information

#F88DCE (or 0xF88DCE) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and CE. RGB value is (248,141,206). Sum of RGB (Red+Green+Blue) = 248+141+206=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DCE is #077231. Grayscale: #B4B4B4. Windows color (decimal): -487986 or 13536760. OLE color: 13536760.

HSL color Cylindrical-coordinate representation of color #F88DCE: hue angle of 323.55º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DCE is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248141206-
CMYK00.430.170.03
HSL323.55º88.43%76.27%-
HSV(B)323.55º43.15%97.25%-
XYZ59.3843.4663.65-
YUV180.4142.45176.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 141 (55.47% from 255) = 23.70%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=41.68%
G=23.70%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814120600.430.170.03323.5588.4376.27
HexF88DCE02B113144584c
Octal370215316053213504130114
Binary1111100010001101110011100101011100011110100010010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DCE; }

 p { color: rgb(248,141,206); }

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

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

 a { background-color: rgb(248,141,206); }

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

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

 span { border-color: rgb(248,141,206); }

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