#F895D0

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

Shades of Tea Rose #F895D0

Tints of Tea Rose #F895D0

Color information

#F895D0 (or 0xF895D0) is unknown color: approx Tea Rose. HEX triplet: F8, 95 and D0. RGB value is (248,149,208). Sum of RGB (Red+Green+Blue) = 248+149+208=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F895D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895D0 is #076A2F. Grayscale: #B9B9B9. Windows color (decimal): -485936 or 13669880. OLE color: 13669880.

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

Color convert

RGB248149208-
CMYK00.400.160.03
HSL324.24º87.61%77.84%-
HSV(B)324.24º39.92%97.25%-
XYZ60.8446.0165.35-
YUV185.33140.8172.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=40.99%
G=24.63%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814920800.400.160.03324.2487.6177.84
HexF895D0028103144584e
Octal370225320050203504130116
Binary1111100010010101110100000101000100001110100010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895D0; }

 p { color: rgb(248,149,208); }

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

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

 a { background-color: rgb(248,149,208); }

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

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

 span { border-color: rgb(248,149,208); }

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