#F1ADE5

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

Shades of Lavender Rose #F1ADE5

Tints of Lavender Rose #F1ADE5

Color information

#F1ADE5 (or 0xF1ADE5) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and E5. RGB value is (241,173,229). Sum of RGB (Red+Green+Blue) = 241+173+229=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADE5 is #0E521A. Grayscale: #C7C7C7. Windows color (decimal): -938523 or 15052273. OLE color: 15052273.

HSL color Cylindrical-coordinate representation of color #F1ADE5: hue angle of 310.59º 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 #F1ADE5 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241173229-
CMYK00.280.050.05
HSL310.59º70.83%81.18%-
HSV(B)310.59º28.22%94.51%-
XYZ65.3654.2581.15-
YUV199.72144.53157.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=37.48%
G=26.91%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117322900.280.050.05310.5970.8381.18
HexF1ADE501C551374751
Octal36125534503455467107121
Binary11110001101011011110010101110010110110011011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADE5; }

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

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

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

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

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

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

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

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