#F4B4DC

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

Shades of Lavender Pink #F4B4DC

Tints of Lavender Pink #F4B4DC

Color information

#F4B4DC (or 0xF4B4DC) is unknown color: approx Lavender Pink. HEX triplet: F4, B4 and DC. RGB value is (244,180,220). Sum of RGB (Red+Green+Blue) = 244+180+220=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B4DC is #0B4B23. Grayscale: #CBCBCB. Windows color (decimal): -740132 or 14464244. OLE color: 14464244.

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

Color convert

RGB244180220-
CMYK00.260.100.04
HSL322.5º74.42%83.14%-
HSV(B)322.5º26.23%95.69%-
XYZ66.5557.0475.21-
YUV203.7137.2156.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=37.89%
G=27.95%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418022000.260.100.04322.574.4283.14
HexF4B4DC01AA41424a53
Octal364264334032124502112123
Binary111101001011010011011100011010101010010100001010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B4DC; }

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

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

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

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

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

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

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

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