#F3A8CC

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

Shades of Lavender Pink #F3A8CC

Tints of Lavender Pink #F3A8CC

Color information

#F3A8CC (or 0xF3A8CC) is unknown color: approx Lavender Pink. HEX triplet: F3, A8 and CC. RGB value is (243,168,204). Sum of RGB (Red+Green+Blue) = 243+168+204=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8CC is #0C5733. Grayscale: #C2C2C2. Windows color (decimal): -808756 or 13412595. OLE color: 13412595.

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

Color convert

RGB243168204-
CMYK00.310.160.05
HSL331.2º75.76%80.59%-
HSV(B)331.2º30.86%95.29%-
XYZ61.8651.4263.79-
YUV194.53133.35162.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=39.51%
G=27.32%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316820400.310.160.05331.275.7680.59
HexF3A8CC01F10514b4c51
Octal363250314037205513114121
Binary1111001110101000110011000111111000010110100101110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A8CC; }

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

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

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

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

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

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

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

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