#F1ADE7

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

Shades of Lavender Rose #F1ADE7

Tints of Lavender Rose #F1ADE7

Color information

#F1ADE7 (or 0xF1ADE7) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and E7. RGB value is (241,173,231). Sum of RGB (Red+Green+Blue) = 241+173+231=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADE7 is #0E5218. Grayscale: #C7C7C7. Windows color (decimal): -938521 or 15183345. OLE color: 15183345.

HSL color Cylindrical-coordinate representation of color #F1ADE7: hue angle of 308.82º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADE7 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241173231-
CMYK00.280.040.05
HSL308.82º70.83%81.18%-
HSV(B)308.82º28.22%94.51%-
XYZ65.6454.3682.63-
YUV199.94145.53157.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=37.36%
G=26.82%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117323100.280.040.05308.8270.8381.18
HexF1ADE701C451354751
Octal36125534703445465107121
Binary11110001101011011110011101110010010110011010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADE7; }

 p { color: rgb(241,173,231); }

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

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

 a { background-color: rgb(241,173,231); }

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

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

 span { border-color: rgb(241,173,231); }

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