#F1ADEE

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

Shades of Lavender Rose #F1ADEE

Tints of Lavender Rose #F1ADEE

Color information

#F1ADEE (or 0xF1ADEE) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and EE. RGB value is (241,173,238). Sum of RGB (Red+Green+Blue) = 241+173+238=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADEE is #0E5211. Grayscale: #C8C8C8. Windows color (decimal): -938514 or 15642097. OLE color: 15642097.

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

Color convert

RGB241173238-
CMYK00.280.010.05
HSL302.65º70.83%81.18%-
HSV(B)302.65º28.22%94.51%-
XYZ66.6554.7687.95-
YUV200.74149.03156.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=36.96%
G=26.53%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117323800.280.010.05302.6570.8381.18
HexF1ADEE01C1512f4751
Octal36125535603415457107121
Binary111100011010110111101110011100110110010111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADEE; }

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

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

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

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

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

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

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

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