#F5ADED

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

Shades of Lavender Rose #F5ADED

Tints of Lavender Rose #F5ADED

Color information

#F5ADED (or 0xF5ADED) is unknown color: approx Lavender Rose. HEX triplet: F5, AD and ED. RGB value is (245,173,237). Sum of RGB (Red+Green+Blue) = 245+173+237=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADED is #0A5212. Grayscale: #C9C9C9. Windows color (decimal): -676371 or 15576565. OLE color: 15576565.

HSL color Cylindrical-coordinate representation of color #F5ADED: hue angle of 306.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADED is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245173237-
CMYK00.290.030.04
HSL306.67º78.26%81.96%-
HSV(B)306.67º29.39%96.08%-
XYZ67.8955.4187.24-
YUV201.82147.85158.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=37.40%
G=26.41%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517323700.290.030.04306.6778.2681.96
HexF5ADED01D341334e52
Octal36525535503534463116122
Binary1111010110101101111011010111011110010011001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADED; }

 p { color: rgb(245,173,237); }

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

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

 a { background-color: rgb(245,173,237); }

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

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

 span { border-color: rgb(245,173,237); }

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