#F0B2E0

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

Shades of Lavender Rose #F0B2E0

Tints of Lavender Rose #F0B2E0

Color information

#F0B2E0 (or 0xF0B2E0) is unknown color: approx Lavender Rose. HEX triplet: F0, B2 and E0. RGB value is (240,178,224). Sum of RGB (Red+Green+Blue) = 240+178+224=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2E0 is #0F4D1F. Grayscale: #C9C9C9. Windows color (decimal): -1002784 or 14725872. OLE color: 14725872.

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

Color convert

RGB240178224-
CMYK00.260.070.06
HSL315.48º67.39%81.96%-
HSV(B)315.48º25.83%94.12%-
XYZ65.3155.7577.84-
YUV201.78140.54155.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 178 (69.92% from 255) = 27.73%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=37.38%
G=27.73%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017822400.260.070.06315.4867.3981.96
HexF0B2E001A7613b4352
Octal36026234003276473103122
Binary11110000101100101110000001101011111010011101110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2E0; }

 p { color: rgb(240,178,224); }

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

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

 a { background-color: rgb(240,178,224); }

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

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

 span { border-color: rgb(240,178,224); }

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