#F1ADE4

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

Shades of Lavender Rose #F1ADE4

Tints of Lavender Rose #F1ADE4

Color information

#F1ADE4 (or 0xF1ADE4) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and E4. RGB value is (241,173,228). Sum of RGB (Red+Green+Blue) = 241+173+228=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADE4 is #0E521B. Grayscale: #C7C7C7. Windows color (decimal): -938524 or 14986737. OLE color: 14986737.

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

Color convert

RGB241173228-
CMYK00.280.050.05
HSL311.47º70.83%81.18%-
HSV(B)311.47º28.22%94.51%-
XYZ65.2254.1980.42-
YUV199.6144.03157.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=37.54%
G=26.95%
B=35.51%

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
Decimal24117322800.280.050.05311.4770.8381.18
HexF1ADE401C551374751
Octal36125534403455467107121
Binary11110001101011011110010001110010110110011011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADE4; }

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

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

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

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

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

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

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

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