#F894CE

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

Shades of Tea Rose #F894CE

Tints of Tea Rose #F894CE

Color information

#F894CE (or 0xF894CE) is unknown color: approx Tea Rose. HEX triplet: F8, 94 and CE. RGB value is (248,148,206). Sum of RGB (Red+Green+Blue) = 248+148+206=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F894CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894CE is #076B31. Grayscale: #B8B8B8. Windows color (decimal): -486194 or 13538552. OLE color: 13538552.

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

Color convert

RGB248148206-
CMYK00.400.170.03
HSL325.2º87.72%77.65%-
HSV(B)325.2º40.32%97.25%-
XYZ60.4445.5964.01-
YUV184.51140.13173.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.20%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=41.20%
G=24.58%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814820600.400.170.03325.287.7277.65
HexF894CE028113145584e
Octal370224316050213505130116
Binary1111100010010100110011100101000100011110100010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F894CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F894CE; }

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

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

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

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

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

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

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

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