#F88DCD

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

Shades of Tea Rose #F88DCD

Tints of Tea Rose #F88DCD

Color information

#F88DCD (or 0xF88DCD) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and CD. RGB value is (248,141,205). Sum of RGB (Red+Green+Blue) = 248+141+205=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DCD is #077232. Grayscale: #B4B4B4. Windows color (decimal): -487987 or 13471224. OLE color: 13471224.

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

Color convert

RGB248141205-
CMYK00.430.170.03
HSL324.11º88.43%76.27%-
HSV(B)324.11º43.15%97.25%-
XYZ59.2643.4163.01-
YUV180.29141.95176.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=41.75%
G=23.74%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814120500.430.170.03324.1188.4376.27
HexF88DCD02B113144584c
Octal370215315053213504130114
Binary1111100010001101110011010101011100011110100010010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DCD; }

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

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

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

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

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

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

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

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