#F6BBEB

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

Shades of Lavender Rose #F6BBEB

Tints of Lavender Rose #F6BBEB

Color information

#F6BBEB (or 0xF6BBEB) is unknown color: approx Lavender Rose. HEX triplet: F6, BB and EB. RGB value is (246,187,235). Sum of RGB (Red+Green+Blue) = 246+187+235=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBEB is #094414. Grayscale: #D1D1D1. Windows color (decimal): -607253 or 15449078. OLE color: 15449078.

HSL color Cylindrical-coordinate representation of color #F6BBEB: hue angle of 311.19º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBEB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246187235-
CMYK00.240.040.04
HSL311.19º76.62%84.9%-
HSV(B)311.19º23.98%96.47%-
XYZ70.7761.1386.67-
YUV210.11142.05153.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=36.83%
G=27.99%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618723500.240.040.04311.1976.6284.9
HexF6BBEB018441374d55
Octal36627335303044467115125
Binary11110110101110111110101101100010010010011011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBEB; }

 p { color: rgb(246,187,235); }

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

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

 a { background-color: rgb(246,187,235); }

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

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

 span { border-color: rgb(246,187,235); }

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