#F3A6CE

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

Shades of Lavender Pink #F3A6CE

Tints of Lavender Pink #F3A6CE

Color information

#F3A6CE (or 0xF3A6CE) is unknown color: approx Lavender Pink. HEX triplet: F3, A6 and CE. RGB value is (243,166,206). Sum of RGB (Red+Green+Blue) = 243+166+206=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6CE is #0C5931. Grayscale: #C1C1C1. Windows color (decimal): -809266 or 13543155. OLE color: 13543155.

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

Color convert

RGB243166206-
CMYK00.320.150.05
HSL328.83º76.24%80.2%-
HSV(B)328.83º31.69%95.29%-
XYZ61.7450.7864.94-
YUV193.58135.01163.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 166 (65.23% from 255) = 26.99%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=39.51%
G=26.99%
B=33.50%

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
Decimal24316620600.320.150.05328.8376.2480.2
HexF3A6CE020F51494c50
Octal363246316040175511114120
Binary1111001110100110110011100100000111110110100100110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A6CE; }

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

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

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

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

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

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

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

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