#F88CBB

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

Shades of Tea Rose #F88CBB

Tints of Tea Rose #F88CBB

Color information

#F88CBB (or 0xF88CBB) is unknown color: approx Tea Rose. HEX triplet: F8, 8C and BB. RGB value is (248,140,187). Sum of RGB (Red+Green+Blue) = 248+140+187=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CBB is #077344. Grayscale: #B1B1B1. Windows color (decimal): -488261 or 12291320. OLE color: 12291320.

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

Color convert

RGB248140187-
CMYK00.440.250.03
HSL333.89º88.52%76.08%-
HSV(B)333.89º43.55%97.25%-
XYZ57.0642.352.17-
YUV177.65133.28178.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=43.13%
G=24.35%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814018700.440.250.03333.8988.5276.08
HexF88CBB02C19314e594c
Octal370214273054313516131114
Binary1111100010001100101110110101100110011110100111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CBB; }

 p { color: rgb(248,140,187); }

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

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

 a { background-color: rgb(248,140,187); }

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

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

 span { border-color: rgb(248,140,187); }

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