#F1B3CD

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

Shades of Lavender Pink #F1B3CD

Tints of Lavender Pink #F1B3CD

Color information

#F1B3CD (or 0xF1B3CD) is unknown color: approx Lavender Pink. HEX triplet: F1, B3 and CD. RGB value is (241,179,205). Sum of RGB (Red+Green+Blue) = 241+179+205=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3CD is #0E4C32. Grayscale: #C8C8C8. Windows color (decimal): -937011 or 13480945. OLE color: 13480945.

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

Color convert

RGB241179205-
CMYK00.260.150.05
HSL334.84º68.89%82.35%-
HSV(B)334.84º25.73%94.51%-
XYZ63.4255.3565.1-
YUV200.5130.54156.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 179 (70.31% from 255) = 28.64%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=38.56%
G=28.64%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117920500.260.150.05334.8468.8982.35
HexF1B3CD01AF514f4552
Octal361263315032175517105122
Binary111100011011001111001101011010111110110100111110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B3CD; }

 p { color: rgb(241,179,205); }

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

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

 a { background-color: rgb(241,179,205); }

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

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

 span { border-color: rgb(241,179,205); }

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