#F4B6DF

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

Shades of Lavender Pink #F4B6DF

Tints of Lavender Pink #F4B6DF

Color information

#F4B6DF (or 0xF4B6DF) is unknown color: approx Lavender Pink. HEX triplet: F4, B6 and DF. RGB value is (244,182,223). Sum of RGB (Red+Green+Blue) = 244+182+223=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6DF is #0B4920. Grayscale: #CDCDCD. Windows color (decimal): -739617 or 14661364. OLE color: 14661364.

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

Color convert

RGB244182223-
CMYK00.250.090.04
HSL320.32º73.81%83.53%-
HSV(B)320.32º25.41%95.69%-
XYZ67.3658.0277.46-
YUV205.21138.04155.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.60%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 223 (87.5% from 255) = 34.36%
R=37.60%
G=28.04%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418222300.250.090.04320.3273.8183.53
HexF4B6DF019941404a54
Octal364266337031114500112124
Binary111101001011011011011111011001100110010100000010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B6DF; }

 p { color: rgb(244,182,223); }

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

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

 a { background-color: rgb(244,182,223); }

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

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

 span { border-color: rgb(244,182,223); }

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