#F0B4D5

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

Shades of Lavender Pink #F0B4D5

Tints of Lavender Pink #F0B4D5

Color information

#F0B4D5 (or 0xF0B4D5) is unknown color: approx Lavender Pink. HEX triplet: F0, B4 and D5. RGB value is (240,180,213). Sum of RGB (Red+Green+Blue) = 240+180+213=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4D5 is #0F4B2A. Grayscale: #C9C9C9. Windows color (decimal): -1002283 or 14005488. OLE color: 14005488.

HSL color Cylindrical-coordinate representation of color #F0B4D5: hue angle of 327º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4D5 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240180213-
CMYK00.250.110.06
HSL327º66.67%82.35%-
HSV(B)327º25%94.12%-
XYZ64.2755.9770.37-
YUV201.7134.38155.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=37.91%
G=28.44%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018021300.250.110.0632766.6782.35
HexF0B4D5019B61474352
Octal360264325031136507103122
Binary111100001011010011010101011001101111010100011110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4D5; }

 p { color: rgb(240,180,213); }

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

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

 a { background-color: rgb(240,180,213); }

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

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

 span { border-color: rgb(240,180,213); }

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