#F0B0DC

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

Shades of Lavender Rose #F0B0DC

Tints of Lavender Rose #F0B0DC

Color information

#F0B0DC (or 0xF0B0DC) is unknown color: approx Lavender Rose. HEX triplet: F0, B0 and DC. RGB value is (240,176,220). Sum of RGB (Red+Green+Blue) = 240+176+220=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0DC is #0F4F23. Grayscale: #C8C8C8. Windows color (decimal): -1003300 or 14463216. OLE color: 14463216.

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

Color convert

RGB240176220-
CMYK00.270.080.06
HSL318.75º68.09%81.57%-
HSV(B)318.75º26.67%94.12%-
XYZ64.3854.7474.88-
YUV200.15139.2156.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=37.74%
G=27.67%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017622000.270.080.06318.7568.0981.57
HexF0B0DC01B8613f4452
Octal360260334033106477104122
Binary111100001011000011011100011011100011010011111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0DC; }

 p { color: rgb(240,176,220); }

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

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

 a { background-color: rgb(240,176,220); }

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

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

 span { border-color: rgb(240,176,220); }

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