#F1ACCA

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

Shades of Lavender Pink #F1ACCA

Tints of Lavender Pink #F1ACCA

Color information

#F1ACCA (or 0xF1ACCA) is unknown color: approx Lavender Pink. HEX triplet: F1, AC and CA. RGB value is (241,172,202). Sum of RGB (Red+Green+Blue) = 241+172+202=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACCA is #0E5335. Grayscale: #C3C3C3. Windows color (decimal): -938806 or 13282545. OLE color: 13282545.

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

Color convert

RGB241172202-
CMYK00.290.160.05
HSL333.91º71.13%80.98%-
HSV(B)333.91º28.63%94.51%-
XYZ61.6952.4762.75-
YUV196.05131.36160.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=39.19%
G=27.97%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117220200.290.160.05333.9171.1380.98
HexF1ACCA01D10514e4751
Octal361254312035205516107121
Binary1111000110101100110010100111011000010110100111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACCA; }

 p { color: rgb(241,172,202); }

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

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

 a { background-color: rgb(241,172,202); }

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

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

 span { border-color: rgb(241,172,202); }

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