#F1AFCB

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

Shades of Lavender Pink #F1AFCB

Tints of Lavender Pink #F1AFCB

Color information

#F1AFCB (or 0xF1AFCB) is unknown color: approx Lavender Pink. HEX triplet: F1, AF and CB. RGB value is (241,175,203). Sum of RGB (Red+Green+Blue) = 241+175+203=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFCB is #0E5034. Grayscale: #C5C5C5. Windows color (decimal): -938037 or 13348849. OLE color: 13348849.

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

Color convert

RGB241175203-
CMYK00.270.160.05
HSL334.55º70.21%81.57%-
HSV(B)334.55º27.39%94.51%-
XYZ62.3953.6763.57-
YUV197.93130.87158.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=38.93%
G=28.27%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117520300.270.160.05334.5570.2181.57
HexF1AFCB01B10514f4652
Octal361257313033205517106122
Binary1111000110101111110010110110111000010110100111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFCB; }

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

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

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

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

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

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

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

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