#F4B5D3

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

Shades of Lavender Pink #F4B5D3

Tints of Lavender Pink #F4B5D3

Color information

#F4B5D3 (or 0xF4B5D3) is unknown color: approx Lavender Pink. HEX triplet: F4, B5 and D3. RGB value is (244,181,211). Sum of RGB (Red+Green+Blue) = 244+181+211=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5D3 is #0B4A2C. Grayscale: #CBCBCB. Windows color (decimal): -739885 or 13874676. OLE color: 13874676.

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

Color convert

RGB244181211-
CMYK00.260.140.04
HSL331.43º74.12%83.33%-
HSV(B)331.43º25.82%95.69%-
XYZ65.5956.9869.17-
YUV203.26132.37157.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 181 (71.09% from 255) = 28.46%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=38.36%
G=28.46%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418121100.260.140.04331.4374.1283.33
HexF4B5D301AE414b4a53
Octal364265323032164513112123
Binary111101001011010111010011011010111010010100101110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B5D3; }

 p { color: rgb(244,181,211); }

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

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

 a { background-color: rgb(244,181,211); }

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

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

 span { border-color: rgb(244,181,211); }

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