#F1A3CD

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

Shades of Lavender Pink #F1A3CD

Tints of Lavender Pink #F1A3CD

Color information

#F1A3CD (or 0xF1A3CD) is unknown color: approx Lavender Pink. HEX triplet: F1, A3 and CD. RGB value is (241,163,205). Sum of RGB (Red+Green+Blue) = 241+163+205=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CD is #0E5C32. Grayscale: #BFBFBF. Windows color (decimal): -941107 or 13476849. OLE color: 13476849.

HSL color Cylindrical-coordinate representation of color #F1A3CD: hue angle of 327.69º degrees, saturation: 0.74, 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 #F1A3CD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241163205-
CMYK00.320.150.05
HSL327.69º73.58%79.22%-
HSV(B)327.69º32.37%94.51%-
XYZ60.3949.364.09-
YUV191.11135.84163.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 163 (64.06% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=39.57%
G=26.77%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116320500.320.150.05327.6973.5879.22
HexF1A3CD020F51484a4f
Octal361243315040175510112117
Binary1111000110100011110011010100000111110110100100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3CD; }

 p { color: rgb(241,163,205); }

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

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

 a { background-color: rgb(241,163,205); }

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

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

 span { border-color: rgb(241,163,205); }

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