#F88BCE

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

Shades of Tea Rose #F88BCE

Tints of Tea Rose #F88BCE

Color information

#F88BCE (or 0xF88BCE) is unknown color: approx Tea Rose. HEX triplet: F8, 8B and CE. RGB value is (248,139,206). Sum of RGB (Red+Green+Blue) = 248+139+206=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BCE is #077431. Grayscale: #B3B3B3. Windows color (decimal): -488498 or 13536248. OLE color: 13536248.

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

Color convert

RGB248139206-
CMYK00.440.170.03
HSL323.12º88.62%75.88%-
HSV(B)323.12º43.95%97.25%-
XYZ59.0842.8863.55-
YUV179.23143.11177.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=41.82%
G=23.44%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813920600.440.170.03323.1288.6275.88
HexF88BCE02C113143594c
Octal370213316054213503131114
Binary1111100010001011110011100101100100011110100001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BCE; }

 p { color: rgb(248,139,206); }

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

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

 a { background-color: rgb(248,139,206); }

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

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

 span { border-color: rgb(248,139,206); }

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