#F6B4DE

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

Shades of Lavender Pink #F6B4DE

Tints of Lavender Pink #F6B4DE

Color information

#F6B4DE (or 0xF6B4DE) is unknown color: approx Lavender Pink. HEX triplet: F6, B4 and DE. RGB value is (246,180,222). Sum of RGB (Red+Green+Blue) = 246+180+222=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4DE is #094B21. Grayscale: #CCCCCC. Windows color (decimal): -609058 or 14595318. OLE color: 14595318.

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

Color convert

RGB246180222-
CMYK00.270.100.04
HSL321.82º78.57%83.53%-
HSV(B)321.82º26.83%96.47%-
XYZ67.5157.5176.65-
YUV204.52137.87157.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.96%
GREEN value IS 180 (70.70% from 255) = 27.78%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=37.96%
G=27.78%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618022200.270.100.04321.8278.5783.53
HexF6B4DE01BA41424f54
Octal366264336033124502117124
Binary111101101011010011011110011011101010010100001010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4DE; }

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

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

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

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

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

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

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

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