#F6B3CD

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

Shades of Lavender Pink #F6B3CD

Tints of Lavender Pink #F6B3CD

Color information

#F6B3CD (or 0xF6B3CD) is unknown color: approx Lavender Pink. HEX triplet: F6, B3 and CD. RGB value is (246,179,205). Sum of RGB (Red+Green+Blue) = 246+179+205=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3CD is #094C32. Grayscale: #C9C9C9. Windows color (decimal): -609331 or 13480950. OLE color: 13480950.

HSL color Cylindrical-coordinate representation of color #F6B3CD: hue angle of 336.72º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3CD is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246179205-
CMYK00.270.170.04
HSL336.72º78.82%83.33%-
HSV(B)336.72º27.24%96.47%-
XYZ65.1556.2465.18-
YUV202129.7159.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.05%
GREEN value IS 179 (70.31% from 255) = 28.41%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=39.05%
G=28.41%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617920500.270.170.04336.7278.8283.33
HexF6B3CD01B1141514f53
Octal366263315033214521117123
Binary1111011010110011110011010110111000110010101000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B3CD; }

 p { color: rgb(246,179,205); }

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

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

 a { background-color: rgb(246,179,205); }

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

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

 span { border-color: rgb(246,179,205); }

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