#F6B4CE

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

Shades of Lavender Pink #F6B4CE

Tints of Lavender Pink #F6B4CE

Color information

#F6B4CE (or 0xF6B4CE) is unknown color: approx Lavender Pink. HEX triplet: F6, B4 and CE. RGB value is (246,180,206). Sum of RGB (Red+Green+Blue) = 246+180+206=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4CE is #094B31. Grayscale: #CACACA. Windows color (decimal): -609074 or 13546742. OLE color: 13546742.

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

Color convert

RGB246180206-
CMYK00.270.160.04
HSL336.36º78.57%83.53%-
HSV(B)336.36º26.83%96.47%-
XYZ65.4756.6965.88-
YUV202.7129.87158.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.92%
GREEN value IS 180 (70.70% from 255) = 28.48%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=38.92%
G=28.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618020600.270.160.04336.3678.5783.53
HexF6B4CE01B1041504f54
Octal366264316033204520117124
Binary1111011010110100110011100110111000010010101000010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4CE; }

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

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

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

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

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

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

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

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