#F6B8EC

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

Shades of Lavender Rose #F6B8EC

Tints of Lavender Rose #F6B8EC

Color information

#F6B8EC (or 0xF6B8EC) is unknown color: approx Lavender Rose. HEX triplet: F6, B8 and EC. RGB value is (246,184,236). Sum of RGB (Red+Green+Blue) = 246+184+236=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B8EC is #094713. Grayscale: #D0D0D0. Windows color (decimal): -608020 or 15513846. OLE color: 15513846.

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

Color convert

RGB246184236-
CMYK00.250.040.04
HSL309.68º77.5%84.31%-
HSV(B)309.68º25.2%96.47%-
XYZ70.2959.9387.22-
YUV208.47143.54154.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.94%
GREEN value IS 184 (72.27% from 255) = 27.63%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=36.94%
G=27.63%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618423600.250.040.04309.6877.584.31
HexF6B8EC019441364e54
Octal36627035403144466116124
Binary11110110101110001110110001100110010010011011010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B8EC; }

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

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

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

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

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

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

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

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