#F6BCED

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

Shades of Lavender Rose #F6BCED

Tints of Lavender Rose #F6BCED

Color information

#F6BCED (or 0xF6BCED) is unknown color: approx Lavender Rose. HEX triplet: F6, BC and ED. RGB value is (246,188,237). Sum of RGB (Red+Green+Blue) = 246+188+237=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCED is #094312. Grayscale: #D2D2D2. Windows color (decimal): -606995 or 15580406. OLE color: 15580406.

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

Color convert

RGB246188237-
CMYK00.240.040.04
HSL309.31º76.32%85.1%-
HSV(B)309.31º23.58%96.47%-
XYZ71.2861.6788.27-
YUV210.93142.72153.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 188 (73.83% from 255) = 28.02%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=36.66%
G=28.02%
B=35.32%

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
Decimal24618823700.240.040.04309.3176.3285.1
HexF6BCED018441354c55
Octal36627435503044465114125
Binary11110110101111001110110101100010010010011010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCED; }

 p { color: rgb(246,188,237); }

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

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

 a { background-color: rgb(246,188,237); }

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

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

 span { border-color: rgb(246,188,237); }

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