#F2ACCA

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

Shades of Lavender Pink #F2ACCA

Tints of Lavender Pink #F2ACCA

Color information

#F2ACCA (or 0xF2ACCA) is unknown color: approx Lavender Pink. HEX triplet: F2, AC and CA. RGB value is (242,172,202). Sum of RGB (Red+Green+Blue) = 242+172+202=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACCA is #0D5335. Grayscale: #C4C4C4. Windows color (decimal): -873270 or 13282546. OLE color: 13282546.

HSL color Cylindrical-coordinate representation of color #F2ACCA: hue angle of 334.29º degrees, saturation: 0.73, 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 #F2ACCA is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242172202-
CMYK00.290.170.05
HSL334.29º72.92%81.18%-
HSV(B)334.29º28.93%94.9%-
XYZ62.0352.6562.77-
YUV196.35131.19160.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=39.29%
G=27.92%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217220200.290.170.05334.2972.9281.18
HexF2ACCA01D11514e4951
Octal362254312035215516111121
Binary1111001010101100110010100111011000110110100111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACCA; }

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

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

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

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

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

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

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

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