#F893CE

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

Shades of Tea Rose #F893CE

Tints of Tea Rose #F893CE

Color information

#F893CE (or 0xF893CE) is unknown color: approx Tea Rose. HEX triplet: F8, 93 and CE. RGB value is (248,147,206). Sum of RGB (Red+Green+Blue) = 248+147+206=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F893CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893CE is #076C31. Grayscale: #B7B7B7. Windows color (decimal): -486450 or 13538296. OLE color: 13538296.

HSL color Cylindrical-coordinate representation of color #F893CE: hue angle of 324.95º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893CE is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248147206-
CMYK00.410.170.03
HSL324.95º87.83%77.45%-
HSV(B)324.95º40.73%97.25%-
XYZ60.2945.2863.96-
YUV183.92140.46173.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 147 (57.81% from 255) = 24.46%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=41.26%
G=24.46%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814720600.410.170.03324.9587.8377.45
HexF893CE029113145584d
Octal370223316051213505130115
Binary1111100010010011110011100101001100011110100010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893CE; }

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

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

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

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

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

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

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

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