#F0B5CE

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

Shades of Lavender Pink #F0B5CE

Tints of Lavender Pink #F0B5CE

Color information

#F0B5CE (or 0xF0B5CE) is unknown color: approx Lavender Pink. HEX triplet: F0, B5 and CE. RGB value is (240,181,206). Sum of RGB (Red+Green+Blue) = 240+181+206=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5CE is #0F4A31. Grayscale: #C9C9C9. Windows color (decimal): -1002034 or 13546992. OLE color: 13546992.

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

Color convert

RGB240181206-
CMYK00.250.140.06
HSL334.58º66.29%82.55%-
HSV(B)334.58º24.58%94.12%-
XYZ63.656.0365.86-
YUV201.49130.55155.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=38.28%
G=28.87%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018120600.250.140.06334.5866.2982.55
HexF0B5CE019E614f4253
Octal360265316031166517102123
Binary111100001011010111001110011001111011010100111110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5CE; }

 p { color: rgb(240,181,206); }

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

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

 a { background-color: rgb(240,181,206); }

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

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

 span { border-color: rgb(240,181,206); }

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