#F88AD1

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

Shades of Tea Rose #F88AD1

Tints of Tea Rose #F88AD1

Color information

#F88AD1 (or 0xF88AD1) is unknown color: approx Tea Rose. HEX triplet: F8, 8A and D1. RGB value is (248,138,209). Sum of RGB (Red+Green+Blue) = 248+138+209=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AD1 is #07752E. Grayscale: #B2B2B2. Windows color (decimal): -488751 or 13732600. OLE color: 13732600.

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

Color convert

RGB248138209-
CMYK00.440.160.03
HSL321.27º88.71%75.69%-
HSV(B)321.27º44.35%97.25%-
XYZ59.3142.7465.44-
YUV178.98144.94177.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=41.68%
G=23.19%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813820900.440.160.03321.2788.7175.69
HexF88AD102C103141594c
Octal370212321054203501131114
Binary1111100010001010110100010101100100001110100000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AD1; }

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

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

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

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

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

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

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

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