#F0A8EB

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

Shades of Lavender Rose #F0A8EB

Tints of Lavender Rose #F0A8EB

Color information

#F0A8EB (or 0xF0A8EB) is unknown color: approx Lavender Rose. HEX triplet: F0, A8 and EB. RGB value is (240,168,235). Sum of RGB (Red+Green+Blue) = 240+168+235=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8EB is #0F5714. Grayscale: #C4C4C4. Windows color (decimal): -1005333 or 15444208. OLE color: 15444208.

HSL color Cylindrical-coordinate representation of color #F0A8EB: hue angle of 304.17º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8EB is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240168235-
CMYK00.30.020.06
HSL304.17º70.59%80%-
HSV(B)304.17º30%94.12%-
XYZ64.9352.5385.31-
YUV197.17149.35158.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 168 (66.02% from 255) = 26.13%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=37.33%
G=26.13%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016823500.30.020.06304.1770.5980
HexF0A8EB01E261304750
Octal36025035303626460107120
Binary1111000010101000111010110111101011010011000010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A8EB; }

 p { color: rgb(240,168,235); }

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

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

 a { background-color: rgb(240,168,235); }

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

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

 span { border-color: rgb(240,168,235); }

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