#F2AFCE

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

Shades of Lavender Pink #F2AFCE

Tints of Lavender Pink #F2AFCE

Color information

#F2AFCE (or 0xF2AFCE) is unknown color: approx Lavender Pink. HEX triplet: F2, AF and CE. RGB value is (242,175,206). Sum of RGB (Red+Green+Blue) = 242+175+206=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFCE is #0D5031. Grayscale: #C6C6C6. Windows color (decimal): -872498 or 13545458. OLE color: 13545458.

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

Color convert

RGB242175206-
CMYK00.280.150.05
HSL332.24º72.04%81.76%-
HSV(B)332.24º27.69%94.9%-
XYZ63.0953.9965.49-
YUV198.57132.2158.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=38.84%
G=28.09%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217520600.280.150.05332.2472.0481.76
HexF2AFCE01CF514c4852
Octal362257316034175514110122
Binary111100101010111111001110011100111110110100110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFCE; }

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

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

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

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

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

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

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

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