#F5ADF0

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

Shades of Lavender Rose #F5ADF0

Tints of Lavender Rose #F5ADF0

Color information

#F5ADF0 (or 0xF5ADF0) is unknown color: approx Lavender Rose. HEX triplet: F5, AD and F0. RGB value is (245,173,240). Sum of RGB (Red+Green+Blue) = 245+173+240=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADF0 is #0A520F. Grayscale: #C9C9C9. Windows color (decimal): -676368 or 15773173. OLE color: 15773173.

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

Color convert

RGB245173240-
CMYK00.290.020.04
HSL304.17º78.26%81.96%-
HSV(B)304.17º29.39%96.08%-
XYZ68.3355.5989.57-
YUV202.17149.35158.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=37.23%
G=26.29%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517324000.290.020.04304.1778.2681.96
HexF5ADF001D241304e52
Octal36525536003524460116122
Binary1111010110101101111100000111011010010011000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADF0; }

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

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

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

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

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

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

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

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