#F88CB8

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

Shades of Tea Rose #F88CB8

Tints of Tea Rose #F88CB8

Color information

#F88CB8 (or 0xF88CB8) is unknown color: approx Tea Rose. HEX triplet: F8, 8C and B8. RGB value is (248,140,184). Sum of RGB (Red+Green+Blue) = 248+140+184=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CB8 is #077347. Grayscale: #B1B1B1. Windows color (decimal): -488264 or 12094712. OLE color: 12094712.

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

Color convert

RGB248140184-
CMYK00.440.260.03
HSL335.56º88.52%76.08%-
HSV(B)335.56º43.55%97.25%-
XYZ56.7442.1750.5-
YUV177.31131.78178.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=43.36%
G=24.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814018400.440.260.03335.5688.5276.08
HexF88CB802C1A3150594c
Octal370214270054323520131114
Binary1111100010001100101110000101100110101110101000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CB8; }

 p { color: rgb(248,140,184); }

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

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

 a { background-color: rgb(248,140,184); }

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

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

 span { border-color: rgb(248,140,184); }

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