#F4B6DC

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

Shades of Lavender Pink #F4B6DC

Tints of Lavender Pink #F4B6DC

Color information

#F4B6DC (or 0xF4B6DC) is unknown color: approx Lavender Pink. HEX triplet: F4, B6 and DC. RGB value is (244,182,220). Sum of RGB (Red+Green+Blue) = 244+182+220=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6DC is #0B4923. Grayscale: #CCCCCC. Windows color (decimal): -739620 or 14464756. OLE color: 14464756.

HSL color Cylindrical-coordinate representation of color #F4B6DC: hue angle of 323.23º 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 #F4B6DC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244182220-
CMYK00.250.100.04
HSL323.23º73.81%83.53%-
HSV(B)323.23º25.41%95.69%-
XYZ66.9557.8675.35-
YUV204.87136.54155.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.77%
GREEN value IS 182 (71.48% from 255) = 28.17%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=37.77%
G=28.17%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418222000.250.100.04323.2373.8183.53
HexF4B6DC019A41434a54
Octal364266334031124503112124
Binary111101001011011011011100011001101010010100001110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B6DC; }

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

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

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

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

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

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

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

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