#F2ABCA

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

Shades of Lavender Pink #F2ABCA

Tints of Lavender Pink #F2ABCA

Color information

#F2ABCA (or 0xF2ABCA) is unknown color: approx Lavender Pink. HEX triplet: F2, AB and CA. RGB value is (242,171,202). Sum of RGB (Red+Green+Blue) = 242+171+202=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCA is #0D5435. Grayscale: #C3C3C3. Windows color (decimal): -873526 or 13282290. OLE color: 13282290.

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

Color convert

RGB242171202-
CMYK00.290.170.05
HSL333.8º73.2%80.98%-
HSV(B)333.8º29.34%94.9%-
XYZ61.8452.2762.71-
YUV195.76131.52160.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=39.35%
G=27.80%
B=32.85%

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
Decimal24217120200.290.170.05333.873.280.98
HexF2ABCA01D11514e4951
Octal362253312035215516111121
Binary1111001010101011110010100111011000110110100111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABCA; }

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

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

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

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

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

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

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

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