#F4B4DD

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

Shades of Lavender Pink #F4B4DD

Tints of Lavender Pink #F4B4DD

Color information

#F4B4DD (or 0xF4B4DD) is unknown color: approx Lavender Pink. HEX triplet: F4, B4 and DD. RGB value is (244,180,221). Sum of RGB (Red+Green+Blue) = 244+180+221=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B4DD is #0B4B22. Grayscale: #CBCBCB. Windows color (decimal): -740131 or 14529780. OLE color: 14529780.

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

Color convert

RGB244180221-
CMYK00.260.090.04
HSL321.56º74.42%83.14%-
HSV(B)321.56º26.23%95.69%-
XYZ66.6857.175.91-
YUV203.81137.7156.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 180 (70.70% from 255) = 27.91%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=37.83%
G=27.91%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418022100.260.090.04321.5674.4283.14
HexF4B4DD01A941424a53
Octal364264335032114502112123
Binary111101001011010011011101011010100110010100001010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B4DD; }

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

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

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

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

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

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

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

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