#F2A6CB

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

Shades of Lavender Pink #F2A6CB

Tints of Lavender Pink #F2A6CB

Color information

#F2A6CB (or 0xF2A6CB) is unknown color: approx Lavender Pink. HEX triplet: F2, A6 and CB. RGB value is (242,166,203). Sum of RGB (Red+Green+Blue) = 242+166+203=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6CB is #0D5934. Grayscale: #C0C0C0. Windows color (decimal): -874805 or 13346546. OLE color: 13346546.

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

Color convert

RGB242166203-
CMYK00.310.160.05
HSL330.79º74.51%80%-
HSV(B)330.79º31.4%94.9%-
XYZ61.0350.4663.02-
YUV192.94133.68162.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=39.61%
G=27.17%
B=33.22%

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
Decimal24216620300.310.160.05330.7974.5180
HexF2A6CB01F10514b4b50
Octal362246313037205513113120
Binary1111001010100110110010110111111000010110100101110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6CB; }

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

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

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

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

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

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

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

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