#F4B4D0

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

Shades of Lavender Pink #F4B4D0

Tints of Lavender Pink #F4B4D0

Color information

#F4B4D0 (or 0xF4B4D0) is unknown color: approx Lavender Pink. HEX triplet: F4, B4 and D0. RGB value is (244,180,208). Sum of RGB (Red+Green+Blue) = 244+180+208=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B4D0 is #0B4B2F. Grayscale: #CACACA. Windows color (decimal): -740144 or 13677812. OLE color: 13677812.

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

Color convert

RGB244180208-
CMYK00.260.150.04
HSL333.75º74.42%83.14%-
HSV(B)333.75º26.23%95.69%-
XYZ65.0156.4367.14-
YUV202.33131.2157.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.61%
GREEN value IS 180 (70.70% from 255) = 28.48%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=38.61%
G=28.48%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418020800.260.150.04333.7574.4283.14
HexF4B4D001AF414e4a53
Octal364264320032174516112123
Binary111101001011010011010000011010111110010100111010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B4D0; }

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

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

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

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

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

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

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

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