#F88FCC

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

Shades of Tea Rose #F88FCC

Tints of Tea Rose #F88FCC

Color information

#F88FCC (or 0xF88FCC) is unknown color: approx Tea Rose. HEX triplet: F8, 8F and CC. RGB value is (248,143,204). Sum of RGB (Red+Green+Blue) = 248+143+204=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FCC is #077033. Grayscale: #B5B5B5. Windows color (decimal): -487476 or 13406200. OLE color: 13406200.

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

Color convert

RGB248143204-
CMYK00.420.180.03
HSL325.14º88.24%76.67%-
HSV(B)325.14º42.34%97.25%-
XYZ59.4343.9662.48-
YUV181.35140.79175.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 143 (56.25% from 255) = 24.03%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=41.68%
G=24.03%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814320400.420.180.03325.1488.2476.67
HexF88FCC02A123145584d
Octal370217314052223505130115
Binary1111100010001111110011000101010100101110100010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FCC; }

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

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

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

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

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

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

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

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