#F6B4EC

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

Shades of Lavender Rose #F6B4EC

Tints of Lavender Rose #F6B4EC

Color information

#F6B4EC (or 0xF6B4EC) is unknown color: approx Lavender Rose. HEX triplet: F6, B4 and EC. RGB value is (246,180,236). Sum of RGB (Red+Green+Blue) = 246+180+236=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4EC is #094B13. Grayscale: #CDCDCD. Windows color (decimal): -609044 or 15512822. OLE color: 15512822.

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

Color convert

RGB246180236-
CMYK00.270.040.04
HSL309.09º78.57%83.53%-
HSV(B)309.09º26.83%96.47%-
XYZ69.4758.2986.95-
YUV206.12144.87156.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 180 (70.70% from 255) = 27.19%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=37.16%
G=27.19%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618023600.270.040.04309.0978.5783.53
HexF6B4EC01B441354f54
Octal36626435403344465117124
Binary11110110101101001110110001101110010010011010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4EC; }

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

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

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

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

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

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

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

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