#F6BBEC

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

Shades of Lavender Rose #F6BBEC

Tints of Lavender Rose #F6BBEC

Color information

#F6BBEC (or 0xF6BBEC) is unknown color: approx Lavender Rose. HEX triplet: F6, BB and EC. RGB value is (246,187,236). Sum of RGB (Red+Green+Blue) = 246+187+236=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBEC is #094413. Grayscale: #D2D2D2. Windows color (decimal): -607252 or 15514614. OLE color: 15514614.

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

Color convert

RGB246187236-
CMYK00.240.040.04
HSL310.17º76.62%84.9%-
HSV(B)310.17º23.98%96.47%-
XYZ70.9261.1987.43-
YUV210.23142.55153.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=36.77%
G=27.95%
B=35.28%

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
Decimal24618723600.240.040.04310.1776.6284.9
HexF6BBEC018441364d55
Octal36627335403044466115125
Binary11110110101110111110110001100010010010011011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBEC; }

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

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

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

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

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

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

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

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