#F2AFCB

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

Shades of Lavender Pink #F2AFCB

Tints of Lavender Pink #F2AFCB

Color information

#F2AFCB (or 0xF2AFCB) is unknown color: approx Lavender Pink. HEX triplet: F2, AF and CB. RGB value is (242,175,203). Sum of RGB (Red+Green+Blue) = 242+175+203=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFCB is #0D5034. Grayscale: #C6C6C6. Windows color (decimal): -872501 or 13348850. OLE color: 13348850.

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

Color convert

RGB242175203-
CMYK00.280.160.05
HSL334.93º72.04%81.76%-
HSV(B)334.93º27.69%94.9%-
XYZ62.7353.8563.59-
YUV198.22130.7159.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=39.03%
G=28.23%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217520300.280.160.05334.9372.0481.76
HexF2AFCB01C10514f4852
Octal362257313034205517110122
Binary1111001010101111110010110111001000010110100111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFCB; }

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

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

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

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

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

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

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

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