#F88DCC

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

Shades of Tea Rose #F88DCC

Tints of Tea Rose #F88DCC

Color information

#F88DCC (or 0xF88DCC) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and CC. RGB value is (248,141,204). Sum of RGB (Red+Green+Blue) = 248+141+204=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DCC is #077233. Grayscale: #B4B4B4. Windows color (decimal): -487988 or 13405688. OLE color: 13405688.

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

Color convert

RGB248141204-
CMYK00.430.180.03
HSL324.67º88.43%76.27%-
HSV(B)324.67º43.15%97.25%-
XYZ59.1443.3762.38-
YUV180.18141.45176.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=41.82%
G=23.78%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814120400.430.180.03324.6788.4376.27
HexF88DCC02B123145584c
Octal370215314053223505130114
Binary1111100010001101110011000101011100101110100010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DCC; }

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

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

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

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

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

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

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

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