#F0B5CF

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

Shades of Lavender Pink #F0B5CF

Tints of Lavender Pink #F0B5CF

Color information

#F0B5CF (or 0xF0B5CF) is unknown color: approx Lavender Pink. HEX triplet: F0, B5 and CF. RGB value is (240,181,207). Sum of RGB (Red+Green+Blue) = 240+181+207=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5CF is #0F4A30. Grayscale: #C9C9C9. Windows color (decimal): -1002033 or 13612528. OLE color: 13612528.

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

Color convert

RGB240181207-
CMYK00.250.140.06
HSL333.56º66.29%82.55%-
HSV(B)333.56º24.58%94.12%-
XYZ63.7256.0866.5-
YUV201.6131.05155.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=38.22%
G=28.82%
B=32.96%

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
Decimal24018120700.250.140.06333.5666.2982.55
HexF0B5CF019E614e4253
Octal360265317031166516102123
Binary111100001011010111001111011001111011010100111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5CF; }

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

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

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

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

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

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

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

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