#F0B1E1

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

Shades of Lavender Rose #F0B1E1

Tints of Lavender Rose #F0B1E1

Color information

#F0B1E1 (or 0xF0B1E1) is unknown color: approx Lavender Rose. HEX triplet: F0, B1 and E1. RGB value is (240,177,225). Sum of RGB (Red+Green+Blue) = 240+177+225=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1E1 is #0F4E1E. Grayscale: #C9C9C9. Windows color (decimal): -1003039 or 14791152. OLE color: 14791152.

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

Color convert

RGB240177225-
CMYK00.260.060.06
HSL314.29º67.74%81.76%-
HSV(B)314.29º26.25%94.12%-
XYZ65.2555.4178.49-
YUV201.31141.37155.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 177 (69.53% from 255) = 27.57%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=37.38%
G=27.57%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017722500.260.060.06314.2967.7481.76
HexF0B1E101A6613a4452
Octal36026134103266472104122
Binary11110000101100011110000101101011011010011101010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1E1; }

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

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

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

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

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

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

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

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