#F3AFCE

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

Shades of Lavender Pink #F3AFCE

Tints of Lavender Pink #F3AFCE

Color information

#F3AFCE (or 0xF3AFCE) is unknown color: approx Lavender Pink. HEX triplet: F3, AF and CE. RGB value is (243,175,206). Sum of RGB (Red+Green+Blue) = 243+175+206=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFCE is #0C5031. Grayscale: #C6C6C6. Windows color (decimal): -806962 or 13545459. OLE color: 13545459.

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

Color convert

RGB243175206-
CMYK00.280.150.05
HSL332.65º73.91%81.96%-
HSV(B)332.65º27.98%95.29%-
XYZ63.4354.1765.51-
YUV198.87132.03159.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=38.94%
G=28.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317520600.280.150.05332.6573.9181.96
HexF3AFCE01CF514d4a52
Octal363257316034175515112122
Binary111100111010111111001110011100111110110100110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFCE; }

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

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

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

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

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

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

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

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