#F5B1D6

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

Shades of Lavender Pink #F5B1D6

Tints of Lavender Pink #F5B1D6

Color information

#F5B1D6 (or 0xF5B1D6) is unknown color: approx Lavender Pink. HEX triplet: F5, B1 and D6. RGB value is (245,177,214). Sum of RGB (Red+Green+Blue) = 245+177+214=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B1D6 is #0A4E29. Grayscale: #C9C9C9. Windows color (decimal): -675370 or 14070261. OLE color: 14070261.

HSL color Cylindrical-coordinate representation of color #F5B1D6: hue angle of 327.35º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B1D6 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB245177214-
CMYK00.280.130.04
HSL327.35º77.27%82.75%-
HSV(B)327.35º27.76%96.08%-
XYZ65.5255.7170.92-
YUV201.55135.03158.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=38.52%
G=27.83%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517721400.280.130.04327.3577.2782.75
HexF5B1D601CD41474d53
Octal365261326034154507115123
Binary111101011011000111010110011100110110010100011110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B1D6; }

 p { color: rgb(245,177,214); }

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

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

 a { background-color: rgb(245,177,214); }

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

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

 span { border-color: rgb(245,177,214); }

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