#F88DCB

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

Shades of Tea Rose #F88DCB

Tints of Tea Rose #F88DCB

Color information

#F88DCB (or 0xF88DCB) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and CB. RGB value is (248,141,203). Sum of RGB (Red+Green+Blue) = 248+141+203=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DCB is #077234. Grayscale: #B3B3B3. Windows color (decimal): -487989 or 13340152. OLE color: 13340152.

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

Color convert

RGB248141203-
CMYK00.430.180.03
HSL325.23º88.43%76.27%-
HSV(B)325.23º43.15%97.25%-
XYZ59.0243.3261.75-
YUV180.06140.95176.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.89%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=41.89%
G=23.82%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814120300.430.180.03325.2388.4376.27
HexF88DCB02B123145584c
Octal370215313053223505130114
Binary1111100010001101110010110101011100101110100010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DCB; }

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

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

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

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

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

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

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

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