#F1ADF0

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

Shades of Lavender Rose #F1ADF0

Tints of Lavender Rose #F1ADF0

Color information

#F1ADF0 (or 0xF1ADF0) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and F0. RGB value is (241,173,240). Sum of RGB (Red+Green+Blue) = 241+173+240=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADF0 is #0E520F. Grayscale: #C8C8C8. Windows color (decimal): -938512 or 15773169. OLE color: 15773169.

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

Color convert

RGB241173240-
CMYK00.280.000.05
HSL300.88º70.83%81.18%-
HSV(B)300.88º28.22%94.51%-
XYZ66.9554.8889.5-
YUV200.97150.03156.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=36.85%
G=26.45%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117324000.280.000.05300.8870.8381.18
HexF1ADF001C0512d4751
Octal36125536003405455107121
Binary111100011010110111110000011100010110010110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADF0; }

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

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

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

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

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

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

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

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