#F0B2D8

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

Shades of Lavender Pink #F0B2D8

Tints of Lavender Pink #F0B2D8

Color information

#F0B2D8 (or 0xF0B2D8) is unknown color: approx Lavender Pink. HEX triplet: F0, B2 and D8. RGB value is (240,178,216). Sum of RGB (Red+Green+Blue) = 240+178+216=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2D8 is #0F4D27. Grayscale: #C8C8C8. Windows color (decimal): -1002792 or 14201584. OLE color: 14201584.

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

Color convert

RGB240178216-
CMYK00.260.10.06
HSL323.23º67.39%81.96%-
HSV(B)323.23º25.83%94.12%-
XYZ64.2555.3272.26-
YUV200.87136.54155.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=37.85%
G=28.08%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017821600.260.10.06323.2367.3981.96
HexF0B2D801AA61434352
Octal360262330032126503103122
Binary111100001011001011011000011010101011010100001110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2D8; }

 p { color: rgb(240,178,216); }

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

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

 a { background-color: rgb(240,178,216); }

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

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

 span { border-color: rgb(240,178,216); }

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