#F4B3DD

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

Shades of Lavender Pink #F4B3DD

Tints of Lavender Pink #F4B3DD

Color information

#F4B3DD (or 0xF4B3DD) is unknown color: approx Lavender Pink. HEX triplet: F4, B3 and DD. RGB value is (244,179,221). Sum of RGB (Red+Green+Blue) = 244+179+221=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B3DD is #0B4C22. Grayscale: #CBCBCB. Windows color (decimal): -740387 or 14529524. OLE color: 14529524.

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

Color convert

RGB244179221-
CMYK00.270.090.04
HSL321.23º74.71%82.94%-
HSV(B)321.23º26.64%95.69%-
XYZ66.4856.6975.85-
YUV203.22138.03157.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 179 (70.31% from 255) = 27.80%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=37.89%
G=27.80%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417922100.270.090.04321.2374.7182.94
HexF4B3DD01B941414b53
Octal364263335033114501113123
Binary111101001011001111011101011011100110010100000110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B3DD; }

 p { color: rgb(244,179,221); }

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

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

 a { background-color: rgb(244,179,221); }

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

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

 span { border-color: rgb(244,179,221); }

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