#F1A1CC

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

Shades of Lavender Pink #F1A1CC

Tints of Lavender Pink #F1A1CC

Color information

#F1A1CC (or 0xF1A1CC) is unknown color: approx Lavender Pink. HEX triplet: F1, A1 and CC. RGB value is (241,161,204). Sum of RGB (Red+Green+Blue) = 241+161+204=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1CC is #0E5E33. Grayscale: #BDBDBD. Windows color (decimal): -941620 or 13410801. OLE color: 13410801.

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

Color convert

RGB241161204-
CMYK00.330.150.05
HSL327.75º74.07%78.82%-
HSV(B)327.75º33.2%94.51%-
XYZ59.9248.5563.34-
YUV189.82136164.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=39.77%
G=26.57%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116120400.330.150.05327.7574.0778.82
HexF1A1CC021F51484a4f
Octal361241314041175510112117
Binary1111000110100001110011000100001111110110100100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A1CC; }

 p { color: rgb(241,161,204); }

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

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

 a { background-color: rgb(241,161,204); }

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

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

 span { border-color: rgb(241,161,204); }

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