#F4B5D6

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

Shades of Lavender Pink #F4B5D6

Tints of Lavender Pink #F4B5D6

Color information

#F4B5D6 (or 0xF4B5D6) is unknown color: approx Lavender Pink. HEX triplet: F4, B5 and D6. RGB value is (244,181,214). Sum of RGB (Red+Green+Blue) = 244+181+214=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5D6 is #0B4A29. Grayscale: #CBCBCB. Windows color (decimal): -739882 or 14071284. OLE color: 14071284.

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

Color convert

RGB244181214-
CMYK00.260.120.04
HSL328.57º74.12%83.33%-
HSV(B)328.57º25.82%95.69%-
XYZ65.9757.1471.17-
YUV203.6133.87156.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 181 (71.09% from 255) = 28.33%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=38.18%
G=28.33%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418121400.260.120.04328.5774.1283.33
HexF4B5D601AC41494a53
Octal364265326032144511112123
Binary111101001011010111010110011010110010010100100110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B5D6; }

 p { color: rgb(244,181,214); }

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

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

 a { background-color: rgb(244,181,214); }

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

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

 span { border-color: rgb(244,181,214); }

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