#F0A3E6

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

Shades of Lavender Rose #F0A3E6

Tints of Lavender Rose #F0A3E6

Color information

#F0A3E6 (or 0xF0A3E6) is unknown color: approx Lavender Rose. HEX triplet: F0, A3 and E6. RGB value is (240,163,230). Sum of RGB (Red+Green+Blue) = 240+163+230=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3E6 is #0F5C19. Grayscale: #C1C1C1. Windows color (decimal): -1006618 or 15115248. OLE color: 15115248.

HSL color Cylindrical-coordinate representation of color #F0A3E6: hue angle of 307.79º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3E6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240163230-
CMYK00.320.040.06
HSL307.79º71.96%79.02%-
HSV(B)307.79º32.08%94.12%-
XYZ63.3250.4381.26-
YUV193.66148.51161.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 163 (64.06% from 255) = 25.75%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=37.91%
G=25.75%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016323000.320.040.06307.7971.9679.02
HexF0A3E602046134484f
Octal36024334604046464110117
Binary111100001010001111100110010000010011010011010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3E6; }

 p { color: rgb(240,163,230); }

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

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

 a { background-color: rgb(240,163,230); }

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

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

 span { border-color: rgb(240,163,230); }

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