#F3A1CE

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

Shades of Lavender Pink #F3A1CE

Tints of Lavender Pink #F3A1CE

Color information

#F3A1CE (or 0xF3A1CE) is unknown color: approx Lavender Pink. HEX triplet: F3, A1 and CE. RGB value is (243,161,206). Sum of RGB (Red+Green+Blue) = 243+161+206=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A1CE is #0C5E31. Grayscale: #BEBEBE. Windows color (decimal): -810546 or 13541875. OLE color: 13541875.

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

Color convert

RGB243161206-
CMYK00.340.150.05
HSL327.07º77.36%79.22%-
HSV(B)327.07º33.74%95.29%-
XYZ60.854964.64-
YUV190.65136.67165.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 161 (63.28% from 255) = 26.39%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=39.84%
G=26.39%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316120600.340.150.05327.0777.3679.22
HexF3A1CE022F51474d4f
Octal363241316042175507115117
Binary1111001110100001110011100100010111110110100011110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A1CE; }

 p { color: rgb(243,161,206); }

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

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

 a { background-color: rgb(243,161,206); }

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

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

 span { border-color: rgb(243,161,206); }

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