#F6BBEE

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

Shades of Lavender Rose #F6BBEE

Tints of Lavender Rose #F6BBEE

Color information

#F6BBEE (or 0xF6BBEE) is unknown color: approx Lavender Rose. HEX triplet: F6, BB and EE. RGB value is (246,187,238). Sum of RGB (Red+Green+Blue) = 246+187+238=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBEE is #094411. Grayscale: #D2D2D2. Windows color (decimal): -607250 or 15645686. OLE color: 15645686.

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

Color convert

RGB246187238-
CMYK00.240.030.04
HSL308.14º76.62%84.9%-
HSV(B)308.14º23.98%96.47%-
XYZ71.2161.3188.97-
YUV210.46143.55153.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 187 (73.44% from 255) = 27.87%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=36.66%
G=27.87%
B=35.47%

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
Decimal24618723800.240.030.04308.1476.6284.9
HexF6BBEE018341344d55
Octal36627335603034464115125
Binary1111011010111011111011100110001110010011010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBEE; }

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

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

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

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

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

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

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

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