#F4A2E8

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

Shades of Lavender Rose #F4A2E8

Tints of Lavender Rose #F4A2E8

Color information

#F4A2E8 (or 0xF4A2E8) is unknown color: approx Lavender Rose. HEX triplet: F4, A2 and E8. RGB value is (244,162,232). Sum of RGB (Red+Green+Blue) = 244+162+232=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A2E8 is #0B5D17. Grayscale: #C2C2C2. Windows color (decimal): -744728 or 15246068. OLE color: 15246068.

HSL color Cylindrical-coordinate representation of color #F4A2E8: hue angle of 308.78º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A2E8 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB244162232-
CMYK00.340.050.04
HSL308.78º78.85%79.61%-
HSV(B)308.78º33.61%95.69%-
XYZ64.7950.982.75-
YUV194.5149.17163.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.24%
GREEN value IS 162 (63.67% from 255) = 25.39%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=38.24%
G=25.39%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416223200.340.050.04308.7878.8579.61
HexF4A2E8022541354f50
Octal36424235004254465117120
Binary111101001010001011101000010001010110010011010110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A2E8; }

 p { color: rgb(244,162,232); }

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

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

 a { background-color: rgb(244,162,232); }

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

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

 span { border-color: rgb(244,162,232); }

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