#F4A2E4

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

Shades of Lavender Rose #F4A2E4

Tints of Lavender Rose #F4A2E4

Color information

#F4A2E4 (or 0xF4A2E4) is unknown color: approx Lavender Rose. HEX triplet: F4, A2 and E4. RGB value is (244,162,228). Sum of RGB (Red+Green+Blue) = 244+162+228=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A2E4 is #0B5D1B. Grayscale: #C1C1C1. Windows color (decimal): -744732 or 14983924. OLE color: 14983924.

HSL color Cylindrical-coordinate representation of color #F4A2E4: hue angle of 311.71º 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 #F4A2E4 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB244162228-
CMYK00.340.070.04
HSL311.71º78.85%79.61%-
HSV(B)311.71º33.61%95.69%-
XYZ64.2350.6879.79-
YUV194.04147.17163.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 162 (63.67% from 255) = 25.55%
BLUE value IS 228 (89.45% from 255) = 35.96%
R=38.49%
G=25.55%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416222800.340.070.04311.7178.8579.61
HexF4A2E4022741384f50
Octal36424234404274470117120
Binary111101001010001011100100010001011110010011100010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A2E4; }

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

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

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

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

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

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

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

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