#F1ADDC

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

Shades of Lavender Rose #F1ADDC

Tints of Lavender Rose #F1ADDC

Color information

#F1ADDC (or 0xF1ADDC) is unknown color: approx Lavender Rose. HEX triplet: F1, AD and DC. RGB value is (241,173,220). Sum of RGB (Red+Green+Blue) = 241+173+220=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADDC is #0E5223. Grayscale: #C6C6C6. Windows color (decimal): -938532 or 14462449. OLE color: 14462449.

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

Color convert

RGB241173220-
CMYK00.280.090.05
HSL318.53º70.83%81.18%-
HSV(B)318.53º28.22%94.51%-
XYZ64.1453.7674.71-
YUV198.69140.03158.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=38.01%
G=27.29%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117322000.280.090.05318.5370.8381.18
HexF1ADDC01C9513f4751
Octal361255334034115477107121
Binary111100011010110111011100011100100110110011111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADDC; }

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

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

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

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

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

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

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

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