#F0B1E4

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

Shades of Lavender Rose #F0B1E4

Tints of Lavender Rose #F0B1E4

Color information

#F0B1E4 (or 0xF0B1E4) is unknown color: approx Lavender Rose. HEX triplet: F0, B1 and E4. RGB value is (240,177,228). Sum of RGB (Red+Green+Blue) = 240+177+228=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 177 (69.53% from 255 or 27.44% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1E4 is #0F4E1B. Grayscale: #C9C9C9. Windows color (decimal): -1003036 or 14987760. OLE color: 14987760.

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

Color convert

RGB240177228-
CMYK00.260.050.06
HSL311.43º67.74%81.76%-
HSV(B)311.43º26.25%94.12%-
XYZ65.6655.5780.66-
YUV201.65142.87155.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 177 (69.53% from 255) = 27.44%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=37.21%
G=27.44%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017722800.260.050.06311.4367.7481.76
HexF0B1E401A561374452
Octal36026134403256467104122
Binary11110000101100011110010001101010111010011011110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1E4; }

 p { color: rgb(240,177,228); }

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

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

 a { background-color: rgb(240,177,228); }

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

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

 span { border-color: rgb(240,177,228); }

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