#F1ADEB

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

Shades of Lavender Rose #F1ADEB

Tints of Lavender Rose #F1ADEB

Color information

#F1ADEB (or 0xF1ADEB) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and EB. RGB value is (241,173,235). Sum of RGB (Red+Green+Blue) = 241+173+235=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADEB is #0E5214. Grayscale: #C8C8C8. Windows color (decimal): -938517 or 15445489. OLE color: 15445489.

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

Color convert

RGB241173235-
CMYK00.280.020.05
HSL305.29º70.83%81.18%-
HSV(B)305.29º28.22%94.51%-
XYZ66.2154.5985.64-
YUV200.4147.53156.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 173 (67.97% from 255) = 26.66%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=37.13%
G=26.66%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117323500.280.020.05305.2970.8381.18
HexF1ADEB01C251314751
Octal36125535303425461107121
Binary1111000110101101111010110111001010110011000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADEB; }

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

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

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

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

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

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

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

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