#F88DBA

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

Shades of Tea Rose #F88DBA

Tints of Tea Rose #F88DBA

Color information

#F88DBA (or 0xF88DBA) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and BA. RGB value is (248,141,186). Sum of RGB (Red+Green+Blue) = 248+141+186=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DBA is #077245. Grayscale: #B2B2B2. Windows color (decimal): -488006 or 12226040. OLE color: 12226040.

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

Color convert

RGB248141186-
CMYK00.430.250.03
HSL334.77º88.43%76.27%-
HSV(B)334.77º43.15%97.25%-
XYZ57.142.5551.66-
YUV178.12132.45177.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=43.13%
G=24.52%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814118600.430.250.03334.7788.4376.27
HexF88DBA02B19314f584c
Octal370215272053313517130114
Binary1111100010001101101110100101011110011110100111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DBA; }

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

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

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

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

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

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

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

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