#F48EBA

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

Shades of Tea Rose #F48EBA

Tints of Tea Rose #F48EBA

Color information

#F48EBA (or 0xF48EBA) is unknown color: approx Tea Rose. HEX triplet: F4, 8E and BA. RGB value is (244,142,186). Sum of RGB (Red+Green+Blue) = 244+142+186=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48EBA is #0B7145. Grayscale: #B1B1B1. Windows color (decimal): -749894 or 12226292. OLE color: 12226292.

HSL color Cylindrical-coordinate representation of color #F48EBA: hue angle of 334.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48EBA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244142186-
CMYK00.420.240.04
HSL334.12º82.26%75.69%-
HSV(B)334.12º41.8%95.69%-
XYZ55.8442.1251.64-
YUV177.51132.79175.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 142 (55.86% from 255) = 24.83%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=42.66%
G=24.83%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414218600.420.240.04334.1282.2675.69
HexF48EBA02A18414e524c
Octal364216272052304516122114
Binary11110100100011101011101001010101100010010100111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48EBA; }

 p { color: rgb(244,142,186); }

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

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

 a { background-color: rgb(244,142,186); }

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

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

 span { border-color: rgb(244,142,186); }

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