#F0AEDA

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

Shades of Lavender Rose #F0AEDA

Tints of Lavender Rose #F0AEDA

Color information

#F0AEDA (or 0xF0AEDA) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and DA. RGB value is (240,174,218). Sum of RGB (Red+Green+Blue) = 240+174+218=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDA is #0F5125. Grayscale: #C6C6C6. Windows color (decimal): -1003814 or 14331632. OLE color: 14331632.

HSL color Cylindrical-coordinate representation of color #F0AEDA: hue angle of 320º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEDA is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240174218-
CMYK00.280.090.06
HSL320º68.75%81.18%-
HSV(B)320º27.5%94.12%-
XYZ63.7353.8673.37-
YUV198.75138.87157.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=37.97%
G=27.53%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017421800.280.090.0632068.7581.18
HexF0AEDA01C961404551
Octal360256332034116500105121
Binary111100001010111011011010011100100111010100000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEDA; }

 p { color: rgb(240,174,218); }

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

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

 a { background-color: rgb(240,174,218); }

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

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

 span { border-color: rgb(240,174,218); }

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