#F6B1B3

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

Shades of Light Pink #F6B1B3

Tints of Light Pink #F6B1B3

Color information

#F6B1B3 (or 0xF6B1B3) is unknown color: approx Light Pink. HEX triplet: F6, B1 and B3. RGB value is (246,177,179). Sum of RGB (Red+Green+Blue) = 246+177+179=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1B3 is #094E4C. Grayscale: #C5C5C5. Windows color (decimal): -609869 or 11776502. OLE color: 11776502.

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

Color convert

RGB246177179-
CMYK00.280.270.04
HSL358.26º79.31%82.94%-
HSV(B)358.26º28.05%96.47%-
XYZ61.8654.2949.87-
YUV197.86117.36162.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=40.86%
G=29.40%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617717900.280.270.04358.2679.3182.94
HexF6B1B301C1B41664f53
Octal366261263034334546117123
Binary1111011010110001101100110111001101110010110011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B1B3; }

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

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

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

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

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

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

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

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