#F6B7BC

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

Shades of Light Pink #F6B7BC

Tints of Light Pink #F6B7BC

Color information

#F6B7BC (or 0xF6B7BC) is unknown color: approx Light Pink. HEX triplet: F6, B7 and BC. RGB value is (246,183,188). Sum of RGB (Red+Green+Blue) = 246+183+188=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7BC is #094843. Grayscale: #CACACA. Windows color (decimal): -608324 or 12367862. OLE color: 12367862.

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

Color convert

RGB246183188-
CMYK00.260.240.04
HSL355.24º77.78%84.12%-
HSV(B)355.24º25.61%96.47%-
XYZ64.0257.0955.22-
YUV202.41119.87159.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=39.87%
G=29.66%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618318800.260.240.04355.2477.7884.12
HexF6B7BC01A1841634e54
Octal366267274032304543116124
Binary1111011010110111101111000110101100010010110001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7BC; }

 p { color: rgb(246,183,188); }

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

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

 a { background-color: rgb(246,183,188); }

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

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

 span { border-color: rgb(246,183,188); }

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