#F88ABA

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

Shades of Tea Rose #F88ABA

Tints of Tea Rose #F88ABA

Color information

#F88ABA (or 0xF88ABA) is unknown color: approx Tea Rose. HEX triplet: F8, 8A and BA. RGB value is (248,138,186). Sum of RGB (Red+Green+Blue) = 248+138+186=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ABA is #077545. Grayscale: #B0B0B0. Windows color (decimal): -488774 or 12225272. OLE color: 12225272.

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

Color convert

RGB248138186-
CMYK00.440.250.03
HSL333.82º88.71%75.69%-
HSV(B)333.82º44.35%97.25%-
XYZ56.6641.6851.51-
YUV176.36133.44179.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=43.36%
G=24.13%
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
Decimal24813818600.440.250.03333.8288.7175.69
HexF88ABA02C19314e594c
Octal370212272054313516131114
Binary1111100010001010101110100101100110011110100111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ABA; }

 p { color: rgb(248,138,186); }

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

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

 a { background-color: rgb(248,138,186); }

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

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

 span { border-color: rgb(248,138,186); }

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