#F88CB9

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

Shades of Tea Rose #F88CB9

Tints of Tea Rose #F88CB9

Color information

#F88CB9 (or 0xF88CB9) is unknown color: approx Tea Rose. HEX triplet: F8, 8C and B9. RGB value is (248,140,185). Sum of RGB (Red+Green+Blue) = 248+140+185=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CB9 is #077346. Grayscale: #B1B1B1. Windows color (decimal): -488263 or 12160248. OLE color: 12160248.

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

Color convert

RGB248140185-
CMYK00.440.250.03
HSL335º88.52%76.08%-
HSV(B)335º43.55%97.25%-
XYZ56.8542.2251.05-
YUV177.42132.28178.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=43.28%
G=24.43%
B=32.29%

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
Decimal24814018500.440.250.0333588.5276.08
HexF88CB902C19314f594c
Octal370214271054313517131114
Binary1111100010001100101110010101100110011110100111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CB9; }

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

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

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

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

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

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

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

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