#F6B6BF

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

Shades of Light Pink #F6B6BF

Tints of Light Pink #F6B6BF

Color information

#F6B6BF (or 0xF6B6BF) is unknown color: approx Light Pink. HEX triplet: F6, B6 and BF. RGB value is (246,182,191). Sum of RGB (Red+Green+Blue) = 246+182+191=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B6BF is #094940. Grayscale: #CACACA. Windows color (decimal): -608577 or 12564214. OLE color: 12564214.

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

Color convert

RGB246182191-
CMYK00.260.220.04
HSL351.56º78.05%83.92%-
HSV(B)351.56º26.02%96.47%-
XYZ64.1456.8156.88-
YUV202.16121.7159.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 191 (75% from 255) = 30.86%
R=39.74%
G=29.40%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618219100.260.220.04351.5678.0583.92
HexF6B6BF01A1641604e54
Octal366266277032264540116124
Binary1111011010110110101111110110101011010010110000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B6BF; }

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

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

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

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

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

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

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

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