#F4B7DE

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

Shades of Lavender Pink #F4B7DE

Tints of Lavender Pink #F4B7DE

Color information

#F4B7DE (or 0xF4B7DE) is unknown color: approx Lavender Pink. HEX triplet: F4, B7 and DE. RGB value is (244,183,222). Sum of RGB (Red+Green+Blue) = 244+183+222=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B7DE is #0B4821. Grayscale: #CDCDCD. Windows color (decimal): -739362 or 14596084. OLE color: 14596084.

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

Color convert

RGB244183222-
CMYK00.250.090.04
HSL321.64º73.49%83.73%-
HSV(B)321.64º25%95.69%-
XYZ67.4358.3776.82-
YUV205.68137.21155.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.60%
GREEN value IS 183 (71.88% from 255) = 28.20%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=37.60%
G=28.20%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418322200.250.090.04321.6473.4983.73
HexF4B7DE019941424954
Octal364267336031114502111124
Binary111101001011011111011110011001100110010100001010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B7DE; }

 p { color: rgb(244,183,222); }

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

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

 a { background-color: rgb(244,183,222); }

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

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

 span { border-color: rgb(244,183,222); }

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