#F3AFCC

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

Shades of Lavender Pink #F3AFCC

Tints of Lavender Pink #F3AFCC

Color information

#F3AFCC (or 0xF3AFCC) is unknown color: approx Lavender Pink. HEX triplet: F3, AF and CC. RGB value is (243,175,204). Sum of RGB (Red+Green+Blue) = 243+175+204=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFCC is #0C5033. Grayscale: #C6C6C6. Windows color (decimal): -806964 or 13414387. OLE color: 13414387.

HSL color Cylindrical-coordinate representation of color #F3AFCC: hue angle of 334.41º 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 #F3AFCC is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243175204-
CMYK00.280.160.05
HSL334.41º73.91%81.96%-
HSV(B)334.41º27.98%95.29%-
XYZ63.1954.0764.23-
YUV198.64131.03159.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=39.07%
G=28.14%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317520400.280.160.05334.4173.9181.96
HexF3AFCC01C10514e4a52
Octal363257314034205516112122
Binary1111001110101111110011000111001000010110100111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFCC; }

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

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

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

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

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

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

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

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