#F88DCA

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

Shades of Tea Rose #F88DCA

Tints of Tea Rose #F88DCA

Color information

#F88DCA (or 0xF88DCA) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and CA. RGB value is (248,141,202). Sum of RGB (Red+Green+Blue) = 248+141+202=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DCA is #077235. Grayscale: #B3B3B3. Windows color (decimal): -487990 or 13274616. OLE color: 13274616.

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

Color convert

RGB248141202-
CMYK00.430.190.03
HSL325.79º88.43%76.27%-
HSV(B)325.79º43.15%97.25%-
XYZ58.943.2761.12-
YUV179.95140.45176.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=41.96%
G=23.86%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814120200.430.190.03325.7988.4376.27
HexF88DCA02B133146584c
Octal370215312053233506130114
Binary1111100010001101110010100101011100111110100011010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DCA; }

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

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

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

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

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

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

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

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