#F6B6DE

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

Shades of Lavender Pink #F6B6DE

Tints of Lavender Pink #F6B6DE

Color information

#F6B6DE (or 0xF6B6DE) is unknown color: approx Lavender Pink. HEX triplet: F6, B6 and DE. RGB value is (246,182,222). Sum of RGB (Red+Green+Blue) = 246+182+222=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B6DE is #094921. Grayscale: #CDCDCD. Windows color (decimal): -608546 or 14595830. OLE color: 14595830.

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

Color convert

RGB246182222-
CMYK00.260.100.04
HSL322.5º78.05%83.92%-
HSV(B)322.5º26.02%96.47%-
XYZ67.9258.3276.78-
YUV205.7137.2156.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 182 (71.48% from 255) = 28%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=37.85%
G=28%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618222200.260.100.04322.578.0583.92
HexF6B6DE01AA41424e54
Octal366266336032124502116124
Binary111101101011011011011110011010101010010100001010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B6DE; }

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

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

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

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

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

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

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

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