#F6BBEF

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

Shades of Lavender Rose #F6BBEF

Tints of Lavender Rose #F6BBEF

Color information

#F6BBEF (or 0xF6BBEF) is unknown color: approx Lavender Rose. HEX triplet: F6, BB and EF. RGB value is (246,187,239). Sum of RGB (Red+Green+Blue) = 246+187+239=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBEF is #094410. Grayscale: #D2D2D2. Windows color (decimal): -607249 or 15711222. OLE color: 15711222.

HSL color Cylindrical-coordinate representation of color #F6BBEF: hue angle of 307.12º 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 #F6BBEF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246187239-
CMYK00.240.030.04
HSL307.12º76.62%84.9%-
HSV(B)307.12º23.98%96.47%-
XYZ71.3661.3789.75-
YUV210.57144.05153.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=36.61%
G=27.83%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618723900.240.030.04307.1276.6284.9
HexF6BBEF018341334d55
Octal36627335703034463115125
Binary1111011010111011111011110110001110010011001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBEF; }

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

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

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

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

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

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

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

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