#F1A4DD

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

Shades of Lavender Rose #F1A4DD

Tints of Lavender Rose #F1A4DD

Color information

#F1A4DD (or 0xF1A4DD) is unknown color: approx Lavender Rose. HEX triplet: F1, A4 and DD. RGB value is (241,164,221). Sum of RGB (Red+Green+Blue) = 241+164+221=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4DD is #0E5B22. Grayscale: #C1C1C1. Windows color (decimal): -940835 or 14525681. OLE color: 14525681.

HSL color Cylindrical-coordinate representation of color #F1A4DD: hue angle of 315.58º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4DD is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241164221-
CMYK00.320.080.05
HSL315.58º73.33%79.41%-
HSV(B)315.58º31.95%94.51%-
XYZ62.650.4774.85-
YUV193.52143.51161.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=38.50%
G=26.20%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116422100.320.080.05315.5873.3379.41
HexF1A4DD0208513c494f
Octal361244335040105474111117
Binary1111000110100100110111010100000100010110011110010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4DD; }

 p { color: rgb(241,164,221); }

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

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

 a { background-color: rgb(241,164,221); }

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

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

 span { border-color: rgb(241,164,221); }

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