#F1A3CB

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

Shades of Lavender Pink #F1A3CB

Tints of Lavender Pink #F1A3CB

Color information

#F1A3CB (or 0xF1A3CB) is unknown color: approx Lavender Pink. HEX triplet: F1, A3 and CB. RGB value is (241,163,203). Sum of RGB (Red+Green+Blue) = 241+163+203=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CB is #0E5C34. Grayscale: #BEBEBE. Windows color (decimal): -941109 or 13345777. OLE color: 13345777.

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

Color convert

RGB241163203-
CMYK00.320.160.05
HSL329.23º73.58%79.22%-
HSV(B)329.23º32.37%94.51%-
XYZ60.1549.2162.83-
YUV190.88134.84163.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=39.70%
G=26.85%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116320300.320.160.05329.2373.5879.22
HexF1A3CB0201051494a4f
Octal361243313040205511112117
Binary11110001101000111100101101000001000010110100100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3CB; }

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

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

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

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

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

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

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

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