#F2ACCB

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

Shades of Lavender Pink #F2ACCB

Tints of Lavender Pink #F2ACCB

Color information

#F2ACCB (or 0xF2ACCB) is unknown color: approx Lavender Pink. HEX triplet: F2, AC and CB. RGB value is (242,172,203). Sum of RGB (Red+Green+Blue) = 242+172+203=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACCB is #0D5334. Grayscale: #C4C4C4. Windows color (decimal): -873269 or 13348082. OLE color: 13348082.

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

Color convert

RGB242172203-
CMYK00.290.160.05
HSL333.43º72.92%81.18%-
HSV(B)333.43º28.93%94.9%-
XYZ62.1552.6963.4-
YUV196.46131.69160.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=39.22%
G=27.88%
B=32.90%

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
Decimal24217220300.290.160.05333.4372.9281.18
HexF2ACCB01D10514d4951
Octal362254313035205515111121
Binary1111001010101100110010110111011000010110100110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACCB; }

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

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

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

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

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

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

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

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