#F8B6DE

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

Shades of Lavender Pink #F8B6DE

Tints of Lavender Pink #F8B6DE

Color information

#F8B6DE (or 0xF8B6DE) is unknown color: approx Lavender Pink. HEX triplet: F8, B6 and DE. RGB value is (248,182,222). Sum of RGB (Red+Green+Blue) = 248+182+222=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6DE is #074921. Grayscale: #CECECE. Windows color (decimal): -477474 or 14595832. OLE color: 14595832.

HSL color Cylindrical-coordinate representation of color #F8B6DE: hue angle of 323.64º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6DE is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248182222-
CMYK00.270.100.03
HSL323.64º82.5%84.31%-
HSV(B)323.64º26.61%97.25%-
XYZ68.6258.6976.82-
YUV206.29136.87157.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=38.04%
G=27.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818222200.270.100.03323.6482.584.31
HexF8B6DE01BA31445254
Octal370266336033123504122124
Binary11111000101101101101111001101110101110100010010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6DE; }

 p { color: rgb(248,182,222); }

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

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

 a { background-color: rgb(248,182,222); }

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

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

 span { border-color: rgb(248,182,222); }

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