#F6B8ED

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

Shades of Lavender Rose #F6B8ED

Tints of Lavender Rose #F6B8ED

Color information

#F6B8ED (or 0xF6B8ED) is unknown color: approx Lavender Rose. HEX triplet: F6, B8 and ED. RGB value is (246,184,237). Sum of RGB (Red+Green+Blue) = 246+184+237=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B8ED is #094712. Grayscale: #D0D0D0. Windows color (decimal): -608019 or 15579382. OLE color: 15579382.

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

Color convert

RGB246184237-
CMYK00.250.040.04
HSL308.71º77.5%84.31%-
HSV(B)308.71º25.2%96.47%-
XYZ70.4359.9987.99-
YUV208.58144.04154.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 184 (72.27% from 255) = 27.59%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=36.88%
G=27.59%
B=35.53%

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
Decimal24618423700.250.040.04308.7177.584.31
HexF6B8ED019441354e54
Octal36627035503144465116124
Binary11110110101110001110110101100110010010011010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B8ED; }

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

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

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

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

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

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

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

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