#F1A8DC

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

Shades of Lavender Rose #F1A8DC

Tints of Lavender Rose #F1A8DC

Color information

#F1A8DC (or 0xF1A8DC) is unknown color: approx Lavender Rose. HEX triplet: F1, A8 and DC. RGB value is (241,168,220). Sum of RGB (Red+Green+Blue) = 241+168+220=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8DC is #0E5723. Grayscale: #C3C3C3. Windows color (decimal): -939812 or 14461169. OLE color: 14461169.

HSL color Cylindrical-coordinate representation of color #F1A8DC: hue angle of 317.26º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8DC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241168220-
CMYK00.300.090.05
HSL317.26º72.28%80.2%-
HSV(B)317.26º30.29%94.51%-
XYZ63.251.8774.39-
YUV195.76141.68160.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 168 (66.02% from 255) = 26.71%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=38.31%
G=26.71%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116822000.300.090.05317.2672.2880.2
HexF1A8DC01E9513d4850
Octal361250334036115475110120
Binary111100011010100011011100011110100110110011110110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A8DC; }

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

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

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

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

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

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

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

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