#F0B2CF

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

Shades of Lavender Pink #F0B2CF

Tints of Lavender Pink #F0B2CF

Color information

#F0B2CF (or 0xF0B2CF) is unknown color: approx Lavender Pink. HEX triplet: F0, B2 and CF. RGB value is (240,178,207). Sum of RGB (Red+Green+Blue) = 240+178+207=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2CF is #0F4D30. Grayscale: #C7C7C7. Windows color (decimal): -1002801 or 13611760. OLE color: 13611760.

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

Color convert

RGB240178207-
CMYK00.260.140.06
HSL331.94º67.39%81.96%-
HSV(B)331.94º25.83%94.12%-
XYZ63.1254.8766.3-
YUV199.84132.04156.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 178 (69.92% from 255) = 28.48%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=38.4%
G=28.48%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017820700.260.140.06331.9467.3981.96
HexF0B2CF01AE614c4352
Octal360262317032166514103122
Binary111100001011001011001111011010111011010100110010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2CF; }

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

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

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

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

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

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

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

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