#F0B0EA

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

Shades of Lavender Rose #F0B0EA

Tints of Lavender Rose #F0B0EA

Color information

#F0B0EA (or 0xF0B0EA) is unknown color: approx Lavender Rose. HEX triplet: F0, B0 and EA. RGB value is (240,176,234). Sum of RGB (Red+Green+Blue) = 240+176+234=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0EA is #0F4F15. Grayscale: #C9C9C9. Windows color (decimal): -1003286 or 15380720. OLE color: 15380720.

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

Color convert

RGB240176234-
CMYK00.270.020.06
HSL305.62º68.09%81.57%-
HSV(B)305.62º26.67%94.12%-
XYZ66.3155.5285.06-
YUV201.75146.2155.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.92%
GREEN value IS 176 (69.14% from 255) = 27.08%
BLUE value IS 234 (91.80% from 255) = 36%
R=36.92%
G=27.08%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017623400.270.020.06305.6268.0981.57
HexF0B0EA01B261324452
Octal36026035203326462104122
Binary1111000010110000111010100110111011010011001010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0EA; }

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

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

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

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

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

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

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

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